Skip to content

Commit 738e9bf

Browse files
christikaeskara
authored andcommitted
fix(autocomplete): remove max width for autocomplete panel (#3297)
Fixes #3198
1 parent c934753 commit 738e9bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/lib/autocomplete/autocomplete.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ $mat-autocomplete-panel-above-offset: -24px !default;
1515
.mat-autocomplete-panel {
1616
@include mat-menu-base();
1717
visibility: hidden;
18-
18+
19+
max-width: none;
1920
max-height: $mat-autocomplete-panel-max-height;
2021
position: relative;
2122

@@ -34,4 +35,4 @@ $mat-autocomplete-panel-above-offset: -24px !default;
3435
&.mat-autocomplete-hidden {
3536
visibility: hidden;
3637
}
37-
}
38+
}

0 commit comments

Comments
 (0)