publish-modal: fix the textfield vertical alignement
This commit is contained in:
parent
69ae3fc341
commit
c0da0ba52c
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue