In the messagerie, reduce the space between the file input and its label
This commit is contained in:
parent
a87c321e70
commit
2330d4ba71
1 changed files with 4 additions and 0 deletions
|
@ -23,4 +23,8 @@
|
||||||
.message-textarea {
|
.message-textarea {
|
||||||
margin-bottom: $default-spacer;
|
margin-bottom: $default-spacer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form input[type="file"] {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue