Skip to content

Commit

Permalink
style(go-switch): make label more usable
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwuapps committed Dec 31, 2023
1 parent 68cc99b commit c8d0996
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/src/components/form/go-switch/go-switch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,12 @@ go-switch {
&.full-width {
display: flex;
justify-content: space-between;
label {
flex-grow: 1;
}
}
label {
cursor: pointer;
font-weight: 700;
}

Expand Down

0 comments on commit c8d0996

Please sign in to comment.