diff --git a/frontend/src/components/widgets/groups/WidgetSection.vue b/frontend/src/components/widgets/groups/WidgetSection.vue index db4f6acb..cc29c13e 100644 --- a/frontend/src/components/widgets/groups/WidgetSection.vue +++ b/frontend/src/components/widgets/groups/WidgetSection.vue @@ -107,6 +107,10 @@ > .text-button { flex-grow: 1; } + + > .radio-input button { + flex: 1 1 100%; + } } } } diff --git a/frontend/src/components/widgets/inputs/RadioInput.vue b/frontend/src/components/widgets/inputs/RadioInput.vue index fbef22e6..1e7ba3dd 100644 --- a/frontend/src/components/widgets/inputs/RadioInput.vue +++ b/frontend/src/components/widgets/inputs/RadioInput.vue @@ -26,6 +26,7 @@ border: none; display: flex; align-items: center; + justify-content: center; &:hover { background: var(--color-6-lowergray);