Skip to content

Commit

Permalink
[ACS-8260] add user dialog misplaced search icon and space issue (#9897)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekpluta authored and VitoAlbano committed Jul 3, 2024
1 parent 687b497 commit 01c5270
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ $search-result-height: calc(100% - 60px);
&-permission-search {
&-input {
width: 100%;
padding-bottom: 0;
padding-top: 12px;

#{$mat-form-field-wrapper} {
#{$mat-form-field-flex} {
Expand All @@ -73,7 +75,7 @@ $search-result-height: calc(100% - 60px);
}
}

.adf-permission-search-icon {
.adf-permission-search-icon:is(mat-icon) {
padding: 0 0 12px;
width: 1em;
height: 1em;
Expand Down

0 comments on commit 01c5270

Please sign in to comment.