Fix style for validation errors in HTML areas
Rails automatically adds the field class to the validation error message, and so it had an unusual height.
This commit is contained in:
@@ -1076,7 +1076,7 @@ form {
|
|||||||
margin-bottom: $line-height;
|
margin-bottom: $line-height;
|
||||||
}
|
}
|
||||||
|
|
||||||
.html-area {
|
.html-area:not(.form-error) {
|
||||||
height: 272px;
|
height: 272px;
|
||||||
margin-bottom: $line-height;
|
margin-bottom: $line-height;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user