mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 22:37:06 -04:00
Fixed lint
This commit is contained in:
parent
95071c9d97
commit
8f6016e9ae
1 changed files with 2 additions and 0 deletions
|
@ -13,11 +13,13 @@
|
||||||
|
|
||||||
.optionCheck {
|
.optionCheck {
|
||||||
composes: container from '~./CheckInput.css';
|
composes: container from '~./CheckInput.css';
|
||||||
|
|
||||||
flex: 0 0 0;
|
flex: 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.optionCheckInput {
|
.optionCheckInput {
|
||||||
composes: input from '~./CheckInput.css';
|
composes: input from '~./CheckInput.css';
|
||||||
|
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue