Skip to content

Commit 2cd39d9

Browse files
authored
Merge pull request #6514 from ModaOperandi/ECOM-4253
fix(ECOM-4253): inlcude sm size not just xs size for select small text
2 parents dd0124c + 26aa7c1 commit 2cd39d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Select/Select.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
}
6565

6666
&__value--small {
67-
@include om.breakpoint(xs, $prop: max-width) {
67+
@include om.breakpoint(sm, $prop: max-width) {
6868
font-size: om.space(3);
6969
}
7070
}

0 commit comments

Comments
 (0)