This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
spawntree
/
ihk24
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
form centric fix
diff/feb-2025
Florian Eisenmenger
1 year ago
parent
cd61299c88
commit
e0e8f6e5d4
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
gfi-ihk-2024/stories/components/form-element-form-centric/form-element-form-centric.scss
+ 7
- 0
gfi-ihk-2024/stories/components/form-element-form-centric/form-element-form-centric.scss
View File
@@ -108,8 +108,15 @@
.mwf-checkbox,
.mwf-radio {
&:not(:first-child) {
margin-top: 10px;
}
input {
margin-top: 2px !important;
margin-right: -30px !important;
}
label {
margin-left: 35px;
}
}
Write
Preview
Loading…
Cancel
Save