Skip to content

Commit 5dcac4a

Browse files
authored
Fix cdx-select width problems below 462px viewport width (#775)
Bug: T347168
1 parent d26e04f commit 5dcac4a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

resources/sass/app.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,3 +411,13 @@ dl.import-meta .download-csv {
411411
line-height: $line-height-medium;
412412
}
413413
}
414+
415+
416+
.cdx-select-vue {
417+
width: 100%;
418+
&__handle {
419+
min-width: unset;
420+
max-width: 256px;
421+
}
422+
}
423+

0 commit comments

Comments
 (0)