1
0
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:
Benjamin Staneck
2023-05-02 00:48:49 +02:00
committed by Mark McDowall
parent d79f42351f
commit 6a49f3989a
4 changed files with 6 additions and 21 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;
}