Skip to content

Commit

Permalink
fix: responsive UI
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Apr 15, 2021
1 parent 1a42e8a commit 44d061c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1817,15 +1817,15 @@ span.fc_list_icon {
left: 100px;
}

.plugin_formcreator_page #plugin_formcreator_wizard_categories {
#plugin_formcreator_wizard_categories {
height: inherit;
width: 100%;
position: initial;
float: none;
min-height: initial;
}

.plugin_formcreator_page #plugin_formcreator_wizard_categories .slinky-menu {
#plugin_formcreator_wizard_categories .slinky-menu {
position: static;
}

Expand All @@ -1834,7 +1834,7 @@ span.fc_list_icon {
height: inherit;
}

.plugin_formcreator_page #plugin_formcreator_wizard_right {
#plugin_formcreator_wizard_right {
width: 94%;
height: inherit;
overflow: inherit;
Expand Down

0 comments on commit 44d061c

Please sign in to comment.