Be as clause as possible from native <select />

Still need to wrap/ellipsis selected item...
This commit is contained in:
Jean-Baptiste Bellet
2023-07-18 15:56:10 +02:00
parent 0c11ea5868
commit 200550588a

View File

@@ -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;
}
}