Fix procedure step height

This commit is contained in:
2019-10-09 20:59:28 +02:00
parent 06347a9b3e
commit 777cd0e5c9
3 changed files with 3 additions and 3 deletions

View File

@@ -398,7 +398,7 @@ a[href^="table"].internal_link span.item {
width:100%; width:100%;
} }
.step_box textarea, .step_box .read.textarea { .step_box textarea, .step_box .read.textarea {
height:200px; min-height:200px;
padding:5px; padding:5px;
background:$col_none; background:$col_none;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long