app/assets/stylesheets/trestle/components/_fields.scss in trestle-0.8.11 vs app/assets/stylesheets/trestle/components/_fields.scss in trestle-0.8.12
- old
+ new
@@ -18,9 +18,14 @@
.select2-container--bootstrap {
// This is required to ensure the select field is rendered at full width
// within Bootstrap tabs that are hidden when the page is first loaded.
// See: https://github.com/select2/select2/issues/4220
width: 100% !important;
+
+ .select2-results__group {
+ font-size: 10px;
+ text-transform: uppercase;
+ }
}
.date-select,
.datetime-select,
.time-select {