fixes css to shows error messages correctly

This commit is contained in:
decabeza
2017-09-28 17:52:28 +02:00
parent 876a2b530b
commit f44f3f5bc1

View File

@@ -56,9 +56,16 @@
}
}
.js-document-attachment,
.js-image-attachment {
display: none;
.attachment-errors {
> .js-image-attachment,
> .js-document-attachment {
display: none;
~ .error {
display: inline-block;
}
}
}
}