We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c934753 commit 738e9bfCopy full SHA for 738e9bf
src/lib/autocomplete/autocomplete.scss
@@ -15,7 +15,8 @@ $mat-autocomplete-panel-above-offset: -24px !default;
15
.mat-autocomplete-panel {
16
@include mat-menu-base();
17
visibility: hidden;
18
-
+
19
+ max-width: none;
20
max-height: $mat-autocomplete-panel-max-height;
21
position: relative;
22
@@ -34,4 +35,4 @@ $mat-autocomplete-panel-above-offset: -24px !default;
34
35
&.mat-autocomplete-hidden {
36
37
}
-}
38
+}
0 commit comments