Skip to content

Commit

Permalink
fix(section): handle long label in design mode
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 e1301b8 commit 5398c4f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,16 @@ input.submit_button:focus {
padding-bottom: 1px;
display: flex;
flex-wrap: wrap;
align-items: center;
}

#plugin_formcreator_form.plugin_formcreator_form_design > ol > .plugin_formcreator_section > a {
font-size: larger;
flex-grow: 1;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
flex: 1;
margin: 5px 0 0 5px;
}

#plugin_formcreator_form.plugin_formcreator_form_design > ol > .plugin_formcreator_section:not(:first-of-type) {
Expand Down

0 comments on commit 5398c4f

Please sign in to comment.