Skip to content

Commit b402c0e

Browse files
committed
Rotate icons in carbon dual list select
1 parent df73398 commit b402c0e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/carbon-component-mapper/src/files/dual-list-select.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
button {
2020
width: 100%;
2121
max-width: 100%;
22+
23+
@media (max-width: 1055px) {
24+
svg {
25+
transform: rotate(90deg);
26+
}
27+
}
2228
}
2329

2430
button:not(:last-child) {

0 commit comments

Comments
 (0)