mirror of
https://github.com/Radarr/Radarr
synced 2024-12-21 23:42:23 +00:00
Add inset
to stylelintrc
(cherry picked from commit 6a49f3989a17898c957df8777f0cbb19af647804)
This commit is contained in:
parent
c9b09faae9
commit
de010ce536
2 changed files with 2 additions and 1 deletions
|
@ -82,6 +82,7 @@
|
|||
"right",
|
||||
"bottom",
|
||||
"left",
|
||||
"inset",
|
||||
"z-index",
|
||||
"display",
|
||||
"visibility",
|
||||
|
|
|
@ -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…
Reference in a new issue