Skip to content

Commit

Permalink
feat(Password): Fix password requirement popup padding
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreykwan committed Oct 18, 2023
1 parent dcc954a commit 41c78ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.password-requirements-menu {
width: 300px;
padding: 0 16px;
max-width: none;
&.mat-mdc-menu-panel {
width: 300px;
padding: 0 16px;
max-width: none;
}
}

.password-requirements-list {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pristine-container {
.pristine-container {
width: 24px;
height: 24px;
}

0 comments on commit 41c78ca

Please sign in to comment.