diff --git a/resources/sass/app.scss b/resources/sass/app.scss index 13fadce5..0c8bef75 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -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; + } +} +