Skip to content

Commit

Permalink
fix(formanswer): word wrap on display long lines with long words
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed May 28, 2020
1 parent f2a4b2c commit cbca848
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ input.submit_button:focus {
#plugin_formcreator_form .description_field {
border-left: 4px solid #999;
margin: 10px 15px;
word-wrap: break-word;
}

#plugin_formcreator_form .form-group .form_field > input,
Expand Down

0 comments on commit cbca848

Please sign in to comment.