Skip to content

Commit 41b5bf3

Browse files
rvsiaHyperkid123
authored andcommitted
Make duallist a column on small screens
1 parent 6df2d5f commit 41b5bf3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,9 @@
1212
height: 80%;
1313
overflow: auto;
1414
}
15+
16+
@media (max-width: 768px) {
17+
.ddorg__blueprint_mapper--dls-wrapper {
18+
flex-direction: column;
19+
}
20+
}

0 commit comments

Comments
 (0)