mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-11 15:47:09 -07: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…
Add table
Add a link
Reference in a new issue