This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
The mat-select options are slightly left to the start of the | |
::-webkit-progress-inner-element. That causes some display | |
problems in some instances. | |
This gist also maintains the width of the select options | |
(drop-down) so that it will allow to display the text of the | |
largest option (within reason) instead of displaying at 100%. | |
If you can get away without !important directives in your |
NewerOlder