Skip to content

Commit

Permalink
Fix cdx-select width problems below 462px viewport width
Browse files Browse the repository at this point in the history
Bug: T347168
  • Loading branch information
hasanakg committed Nov 24, 2023
1 parent d26e04f commit fbfba5a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions resources/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -411,3 +411,13 @@ dl.import-meta .download-csv {
line-height: $line-height-medium;
}
}


.cdx-select-vue {
width: 100%;
&__handle {
min-width: unset;
max-width: 256px;
}
}

0 comments on commit fbfba5a

Please sign in to comment.