diff --git a/app/webpacker/css/admin_v3/components/tom_select.scss b/app/webpacker/css/admin_v3/components/tom_select.scss index 01135292b5..cf250c5b94 100644 --- a/app/webpacker/css/admin_v3/components/tom_select.scss +++ b/app/webpacker/css/admin_v3/components/tom_select.scss @@ -54,3 +54,14 @@ border-color: $orient; } } + +// For the "single" tom_select, be as clause as native select boxes +// without too many options +.ts-wrapper.single { + max-height: 40px; + max-width: 100%; + + &.input-active .ts-control { + cursor: pointer; + } +}