Verified Commit 4d30ef79 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3362898 by Gauravvvv, Vidushi Mehta, athyamvidyasagar, kopeboy,...

Issue #3362898 by Gauravvvv, Vidushi Mehta, athyamvidyasagar, kopeboy, smustgrave: Password input width is incoherent and overflows
parent 167a7c86
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -33,6 +33,10 @@
  max-inline-size: 25rem;
}

.password-confirm input {
  width: 100%;
}

.password-confirm__password {
  margin-block-end: 0;
}
+4 −0
Original line number Diff line number Diff line
@@ -23,6 +23,10 @@
 */
.password-confirm {
  max-inline-size: 25rem;

  & input {
    width: 100%;
  }
}

.password-confirm__password {