mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-18 21:35:27 -04:00
Fix stylelint runs by pinning string-width to a non ESM-only version
Add `inset` to stylelintrc
This commit is contained in:
committed by
Mark McDowall
parent
d79f42351f
commit
6a49f3989a
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user