Skip to content

Commit

Permalink
Merge pull request #1268 from FlowFuse/1249-button-group-and-radio-gr…
Browse files Browse the repository at this point in the history
…oup-widget-label-horizontal-position

Radio group label alignment issue fix
  • Loading branch information
Steve-Mcl authored Sep 5, 2024
2 parents b627474 + 68a70a4 commit d059483
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui/src/widgets/ui-radio-group/UIRadioGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,9 @@ export default {
}
}
</script>
<style>
.nrdb-ui-radio-group .v-radio-group .v-input__control .v-label {
margin-inline-start: 0;
}
</style>

0 comments on commit d059483

Please sign in to comment.