Skip to content

Commit 2835c6c

Browse files
committed
Fix cdx-select width problems below 462px viewport width
Bug: T347168
1 parent 769fe8d commit 2835c6c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

resources/sass/app.scss

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,4 +424,13 @@ dl.import-meta .download-csv {
424424
// is marked as resolved.
425425
.cdx-button .cdx-icon {
426426
vertical-align: text-top;
427-
}
427+
}
428+
429+
.cdx-select-vue {
430+
width: 100%;
431+
&__handle {
432+
min-width: unset;
433+
max-width: 256px;
434+
}
435+
}
436+

0 commit comments

Comments
 (0)