Skip to content

Commit

Permalink
MidiView scoped style for checkbox-group label
Browse files Browse the repository at this point in the history
  • Loading branch information
000masa000 committed Apr 16, 2024
1 parent 6b8ca9c commit 1673783
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/views/MidiView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,13 @@ div.checkbox-group {
gap: 0.15rem 1rem;
}
div.checkbox-group label{
font-weight: normal;
margin-left: 0.35rem;
text-align: left;
vertical-align: baseline;
}
div.multichannel-input-container {
gap: 0.15rem 1rem;
}
Expand Down

0 comments on commit 1673783

Please sign in to comment.