mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 09:03:49 -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 {
|
.input {
|
||||||
composes: input from '~./AutoSuggestInput.css';
|
composes: input from '~./AutoSuggestInput.css';
|
||||||
|
|
||||||
position: relative;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
min-height: 35px;
|
min-height: 35px;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
.inputContainer {
|
.inputContainer {
|
||||||
position: absolute;
|
|
||||||
top: -1px;
|
top: -1px;
|
||||||
right: -1px;
|
right: -1px;
|
||||||
bottom: -1px;
|
bottom: -1px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue