diff --git a/src/components/NcCheckboxRadioSwitch/NcCheckboxContent.vue b/src/components/NcCheckboxRadioSwitch/NcCheckboxContent.vue index 7996cebfdd..f9c1424de6 100644 --- a/src/components/NcCheckboxRadioSwitch/NcCheckboxContent.vue +++ b/src/components/NcCheckboxRadioSwitch/NcCheckboxContent.vue @@ -224,6 +224,8 @@ export default { &__text { flex: 1 0; + display: flex; + align-items: center; &:empty { // hide text if empty to ensure checkbox outline is a circle instead of oval