app/assets/stylesheets/spotlight/_blacklight_configuration.scss in blacklight-spotlight-4.1.2 vs app/assets/stylesheets/spotlight/_blacklight_configuration.scss in blacklight-spotlight-4.2.0

- old
+ new

@@ -16,11 +16,10 @@ .handle-wrap { position: relative; padding: 0.75rem 0.75rem 0.75rem 40px; margin: 0; margin-top: -1px; - } .dd3-handle:before { top: 3px; } @@ -46,20 +45,39 @@ padding-left: 40px; } } } +.metadata-configuration { + td, th { + padding: 0.75rem 0.25rem; + } + th { + font-size: $font-size-sm; + } + .metadata-label-edit { + max-width: fit-content; + } + .restore-default .btn { + text-wrap: nowrap; + margin-left: 0.5rem; + } +} + +// the table id #nested-fields { margin-bottom: 1em; + // the tbody class .metadata_fields { .checkbox-cell { vertical-align: middle; } } .metadata-select { display: inline-block; + text-wrap: nowrap; min-width: 72px; } } .disabled-sort-option, .disabled-search-option {