In the messagerie, reduce the space between the file input and its label

This commit is contained in:
gregoirenovel 2018-09-12 14:38:43 +02:00
parent a87c321e70
commit 2330d4ba71

View file

@ -23,4 +23,8 @@
.message-textarea { .message-textarea {
margin-bottom: $default-spacer; margin-bottom: $default-spacer;
} }
.form input[type="file"] {
margin-bottom: 0;
}
} }