Skip to content

Commit

Permalink
fix(descriptinfield): list rendering
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Oct 13, 2021
1 parent e318c39 commit 0e4421d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,12 @@ form#plugin_formcreator_form {
text-align: justify;
word-wrap: break-word;
}
.form_field ul {
list-style: initial;
margin: initial;
padding: initial;
padding-left: 40px;
}

#plugin_formcreator_form .form-group .form_field .select2-container {
width: 100% !important;
Expand Down

0 comments on commit 0e4421d

Please sign in to comment.