Skip to content

Commit

Permalink
[ACS-8502] missing alignment for menu and search button
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikiwanekhyland committed Aug 6, 2024
1 parent 3b63781 commit 7d59ea4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,16 @@
flex: 0 0;
}

/* stylelint-disable-next-line selector-class-pattern */
#{$mat-drawer-content} {
@include flex-column;

position: unset;
overflow: auto;
}

.adf-layout-container-sidenav {
#{$mat-icon} {
vertical-align: sub;
}
}
}
7 changes: 4 additions & 3 deletions lib/core/src/lib/search-text/search-text-input.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
}

.adf-search-button {
left: -13px;
left: -20px;
top: 16px;
}

[dir='rtl'] .adf-search-button {
right: -13px;
right: -20px;
}

[dir='ltr'] .adf-search-button {
left: -13px;
left: -20px;
}

.adf {
Expand Down

0 comments on commit 7d59ea4

Please sign in to comment.