Fixed stylelint too

This commit is contained in:
Taloth Saldono 2020-10-03 20:34:35 +02:00
parent 8f6016e9ae
commit 9eb24cedd6
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
.optionCheckInput { .optionCheckInput {
composes: input from '~./CheckInput.css'; composes: input from '~./CheckInput.css';
margin-top: 0px; margin-top: 0;
} }
.isSelected { .isSelected {