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 baa224d commit e1c40c7
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 @@ -257,6 +257,7 @@ form.formcreator_form {
.formcreator_form .description_field {
border-left: 4px solid #999;
margin: 10px 15px;
word-wrap: break-word;
}

.formcreator_form .form-group .form_field > input,
Expand Down

0 comments on commit e1c40c7

Please sign in to comment.