Fixes new thread style regression.

This commit is contained in:
Dominik Picheta 2018-05-25 22:59:58 +01:00
commit b958904b6a

View file

@ -117,6 +117,10 @@ $logo-height: $navbar-height - 20px;
padding-bottom: $control-padding-y*2;
}
.form-input[name='subject'] {
margin-bottom: $control-padding-y*2;
}
textarea.form-input, .panel-body > div {
min-height: 40vh;
}