mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-26 07:42:49 +00:00
Fixed: tag input height not growing in height
This commit is contained in:
parent
5a8b303f80
commit
568c864d2f
2 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue