Skip to content
Snippets Groups Projects
Commit 3010ee39 authored by Claas Kazzer's avatar Claas Kazzer 💬 Committed by Robert Lange
Browse files

refs #23445 addendum [finc] VF7 corrects width of pre-filter dropdown on XXS devices

parent ec2a6a37
No related merge requests found
......@@ -46,6 +46,11 @@
height: $select-default-height;
min-width: $select-default-min-width;
padding: $select-default-padding;
// Prevent pre-filters dropdown from taking up too much space on very small devices
@media (max-width: 380px) {
min-width: $search-form-select-only-min-width-on-xxs-devices;
}
}
// *****************************************************************
......
......@@ -800,6 +800,7 @@ $search-form-input-type-sm-max-flex-shrink: 2 !default;
$search-form-input-only-sm-max-flex-basis: 50% !default;
$search-form-select-only-sm-max-flex-basis: 20% !default;
$search-form-select-only-min-width-on-xxs-devices: unset !default;
// Pls. beware that the next two settings affect the active-filters' buttons too
// (reset in 'header-active-filters.scss' -> button[id^='dropdown-toggle-'])
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment