Add inset to stylelintrc

(cherry picked from commit 6a49f3989a17898c957df8777f0cbb19af647804)
This commit is contained in:
Benjamin Staneck
2023-05-02 00:48:49 +02:00
committed by Bogdan
parent 5f83da9725
commit 131550b92d
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;
}