Fix .recipient-input height regression

pull/6495/head
Aleksander Machniak 6 years ago
parent 186f21c4c1
commit 90a203fbbe

@ -922,6 +922,7 @@ html.touch .popupmenu.form {
padding: 0 .75rem @recipient-input-margin-fix .75rem;
list-style-type: none;
cursor: text;
height: auto; // reset .form-control height
&.focus {
.style-input-focus;

Loading…
Cancel
Save