Skip to content

Commit 44f47ba

Browse files
committed
fix width on firefox
1 parent e012f08 commit 44f47ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/select/select.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $mat-select-panel-max-height: 256px !default;
1010
$mat-select-item-height: 3em !default;
1111

1212
.mat-select {
13-
display: inline-block;
13+
//display: inline-block;
1414
outline: none;
1515
}
1616

0 commit comments

Comments
 (0)