Skip to content

Commit

Permalink
fix(question): handle long label display
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jan 20, 2021
1 parent 8716108 commit 7705e58
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,13 @@ input.submit_button:focus {
line-height: 32px;
background: #CCC;
padding-bottom: 1px;
display: flex;
flex-wrap: wrap;
}

#plugin_formcreator_form.plugin_formcreator_form_design > ol > .plugin_formcreator_section > a {
font-size: larger;
flex-grow: 1;
}

#plugin_formcreator_form.plugin_formcreator_form_design > ol > .plugin_formcreator_section:not(:first-of-type) {
Expand All @@ -187,6 +190,7 @@ input.submit_button:focus {
padding-left: 0;
position: relative;
min-height: 32px;
flex: 1 0 100%;
}

#plugin_formcreator_form.plugin_formcreator_form_design .grid-stack-item {
Expand Down Expand Up @@ -228,12 +232,12 @@ input.submit_button:focus {
background: #F0F0F0;
margin: 5px 2px;
padding-left: 15px;
flex: 1;
}

/* actions on sections or questions */
#plugin_formcreator_form.plugin_formcreator_form_design .form_control {
width: 20px;
float: right;
min-width: 20px;
min-height: 1px;
font-size: larger;
}
Expand Down

0 comments on commit 7705e58

Please sign in to comment.