From 9eb24cedd6edb1216adcbac7b229bda14658c809 Mon Sep 17 00:00:00 2001 From: Taloth Saldono Date: Sat, 3 Oct 2020 20:34:35 +0200 Subject: [PATCH] Fixed stylelint too --- frontend/src/Components/Form/EnhancedSelectInputOption.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Components/Form/EnhancedSelectInputOption.css b/frontend/src/Components/Form/EnhancedSelectInputOption.css index 6fa957326..085b64497 100644 --- a/frontend/src/Components/Form/EnhancedSelectInputOption.css +++ b/frontend/src/Components/Form/EnhancedSelectInputOption.css @@ -20,7 +20,7 @@ .optionCheckInput { composes: input from '~./CheckInput.css'; - margin-top: 0px; + margin-top: 0; } .isSelected {