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:
commit
1934fdfc4d
1 changed files with 4 additions and 0 deletions
|
@ -23,4 +23,8 @@
|
|||
.message-textarea {
|
||||
margin-bottom: $default-spacer;
|
||||
}
|
||||
|
||||
.form input[type="file"] {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue