File tree Expand file tree Collapse file tree 4 files changed +415
-11
lines changed
app/javascript/src/Policies/styles Expand file tree Collapse file tree 4 files changed +415
-11
lines changed Original file line number Diff line number Diff line change @@ -100,4 +100,5 @@ package_filters = ["eslint"]
100100
101101[[plugin ]]
102102name = " stylelint"
103- extra_packages = [" stylelint-config-standard-scss@latest" ]
103+ package_file = " package.json"
104+ package_filters = [" stylelint" ]
Original file line number Diff line number Diff line change @@ -159,12 +159,13 @@ fieldset.policies-fieldset {
159159 display : none ;
160160 }
161161
162+ input [type = " checkbox" ] {
163+ top : auto ;
164+ margin-top : 0.375rem ;
165+ }
166+
162167 .Policy-status input #policy-enabled [type = " checkbox" ][name = " policy-enabled" ] {
163- position : relative ;
164- top : -1px ;
165168 margin : 0 0.375rem 0 1px ;
166- vertical-align : baseline ;
167- border-radius : 0.1875rem ;
168169 }
169170 }
170171}
Original file line number Diff line number Diff line change 3939 "jest" : " 30.2.0" ,
4040 "jest-environment-jsdom" : " 30.2.0" ,
4141 "mockdate" : " ^3.0.5" ,
42+ "stylelint" : " ^16.26.0" ,
43+ "stylelint-config-standard-scss" : " ^14.0.0" ,
4244 "ts-jest" : " 29.4.6" ,
4345 "typescript" : " 5.0.4" ,
4446 "webpack" : " 5.104.1" ,
You can’t perform that action at this time.
0 commit comments