mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-22 07:42:28 +00: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
|
@ -82,6 +82,7 @@
|
||||||
"right",
|
"right",
|
||||||
"bottom",
|
"bottom",
|
||||||
"left",
|
"left",
|
||||||
|
"inset",
|
||||||
"z-index",
|
"z-index",
|
||||||
"display",
|
"display",
|
||||||
"visibility",
|
"visibility",
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
.inputContainer {
|
.inputContainer {
|
||||||
|
inset: -1px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: start;
|
align-items: start;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
padding: 1px 16px;
|
padding: 1px 16px;
|
||||||
min-height: 33px;
|
min-height: 33px;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
inset: -1px;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue