Skip to content

Commit 331440a

Browse files
manoncarbonneldpellier
authored andcommitted
fix(select): fixing display on Safari browser by adding 100% width to inner div
1 parent dc83440 commit 331440a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/components/select/src/components/osds-select/osds-select.scss

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
display: flex;
2727
align-items: center;
2828
border-style: solid;
29+
width: 100%;
2930
overflow: hidden;
3031
text-overflow: ellipsis;
3132
white-space: nowrap;

0 commit comments

Comments
 (0)