mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Make sure styling doesn't get messed up if resizing down and back up
This commit is contained in:
@@ -66,4 +66,9 @@
|
||||
.collapsible-content {
|
||||
max-height: 350px;
|
||||
}
|
||||
|
||||
// make sure styling doesn't get messed up if resizing down and back up
|
||||
.collapsible-menus-container {
|
||||
min-height: 250px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
%i.ofn-i_040-hub
|
||||
= t(".registration_intro")
|
||||
|
||||
.row{ 'data-equalizer' => true }
|
||||
.row.collapsible-menus-container{ 'data-equalizer' => true }
|
||||
.small-12.medium-12.large-6.columns.pad-top{ 'data-equalizer-watch' => true }
|
||||
%input#collapsible-registration-checklist.collapsible-checkbox{:type => "checkbox"}
|
||||
%label.lbl-toggle{:for => "collapsible-registration-checklist"}
|
||||
|
||||
Reference in New Issue
Block a user