Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 8051e98

Browse files
committed
fix(select): reduce overly agressive truncation
1 parent b501a99 commit 8051e98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/select/select.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ md-select {
107107
text-overflow: ellipsis;
108108
white-space: nowrap;
109109
overflow: hidden;
110-
max-width: calc(100% - 2*#{$baseline-grid});
111110
transform: translate3d(0, 2px, 0);
112111
}
113112

0 commit comments

Comments
 (0)