Merge pull request #2554 from betagouv/fix-messagerie

In the messagerie, reduce the space between the file input and its label
This commit is contained in:
gregoirenovel 2018-09-12 15:39:51 +02:00 committed by GitHub
commit 1934fdfc4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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