Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
mugendi committed May 2, 2024
1 parent fcdcf26 commit 89095cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/svelte-former.js

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions src/styles/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,15 @@
align-items: end;
margin-bottom: 5px;

.radio-control, .checkbox-control{
.radio-control,
.checkbox-control {
text-wrap: nowrap;
margin-top: 5px;

.label, input {
display: inline-block;
}

}

.label {
Expand All @@ -37,7 +43,7 @@
font-weight: 500;
font-size: 0.8rem;
}
&.pad-left{
&.pad-left {
padding-left: 5px;
}
}
Expand Down

0 comments on commit 89095cc

Please sign in to comment.