mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
Add inset
to stylelintrc
(cherry picked from commit 6a49f3989a17898c957df8777f0cbb19af647804) Close #3626
This commit is contained in:
parent
4f600c32d4
commit
1372318c25
2 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,9 @@
|
|||
.inputContainer {
|
||||
inset: -1px;
|
||||
display: flex;
|
||||
align-items: start;
|
||||
flex-wrap: wrap;
|
||||
padding: 1px 16px;
|
||||
min-height: 33px;
|
||||
cursor: default;
|
||||
inset: -1px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue