Skip to content

Commit e572b43

Browse files
committed
fix(question): description displayed in italic
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>
1 parent a660a7e commit e572b43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

css/styles.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@ form.formcreator_form {
414414
font-size: 0.8em;
415415
color: #333;
416416
padding: 3px 0;
417-
font-style: italic;
418417
}
419418
.formcreator_form .form-group > .help-block p {
420419
margin: 0;

0 commit comments

Comments
 (0)