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 3955555 commit 4be4015Copy full SHA for 4be4015
src/lib/select/select.scss
@@ -24,7 +24,6 @@ $mat-select-panel-max-height: 256px !default;
24
position: relative;
25
26
[aria-disabled='true'] & {
27
- background-position: 0 bottom;
28
cursor: default;
29
user-select: none;
30
}
@@ -77,7 +76,7 @@ $mat-select-panel-max-height: 256px !default;
77
76
78
.mat-select-value {
79
position: absolute;
80
- max-width: calc(100% - #{$mat-select-arrow-size * 2});
+ max-width: calc(100% - #{($mat-select-arrow-size + $mat-select-arrow-margin) * 2});
81
82
// Firefox and some versions of IE incorrectly keep absolutely
83
// positioned children of flex containers in the flex flow when calculating
0 commit comments