Fixed: tag input height not growing in height

pull/6/head
Qstick 5 years ago
parent 5a8b303f80
commit 568c864d2f

@ -2,7 +2,6 @@
.input {
composes: input from '~./AutoSuggestInput.css';
position: relative;
padding: 0;
min-height: 35px;
height: auto;

@ -1,5 +1,4 @@
.inputContainer {
position: absolute;
top: -1px;
right: -1px;
bottom: -1px;

Loading…
Cancel
Save