publish-modal: fix the textfield vertical alignement

This commit is contained in:
Pierre de La Morinerie 2018-06-13 13:15:34 +00:00
parent 69ae3fc341
commit c0da0ba52c

View file

@ -16,4 +16,9 @@
.tt-menu {
width: 300px;
}
// Fix the input not being displayed on the same line than the text before
.tt-input {
vertical-align: initial !important;
}
}