mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Be as clause as possible from native <select />
Still need to wrap/ellipsis selected item...
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user