Make sure styling doesn't get messed up if resizing down and back up

This commit is contained in:
jazzdragon
2019-05-04 19:52:08 -07:00
parent a876f81f0a
commit 623471290e
2 changed files with 6 additions and 1 deletions

View File

@@ -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;
}
}

View File

@@ -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"}