Skip to content

Commit

Permalink
fix(question): description displayed in italic
Browse files Browse the repository at this point in the history
if italic is used in description text area, it is not distinguishable from normal text, because italic is enforced

Signed-off-by: btry <tbugier@teclib.com>
  • Loading branch information
btry committed Aug 7, 2018
1 parent a660a7e commit e572b43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,6 @@ form.formcreator_form {
font-size: 0.8em;
color: #333;
padding: 3px 0;
font-style: italic;
}
.formcreator_form .form-group > .help-block p {
margin: 0;
Expand Down

0 comments on commit e572b43

Please sign in to comment.