diff --git a/src/views/admin/components/other/checkbox-radio-metadata-input.vue b/src/views/admin/components/other/checkbox-radio-metadata-input.vue
index fa95d89dd..12ad06778 100644
--- a/src/views/admin/components/other/checkbox-radio-metadata-input.vue
+++ b/src/views/admin/components/other/checkbox-radio-metadata-input.vue
@@ -63,7 +63,7 @@
v-if="isCheckbox"
class="b-checkbox checkbox">
@@ -75,10 +75,6 @@
@@ -136,18 +132,13 @@
:key="key">
@@ -193,27 +184,18 @@
@@ -854,13 +836,21 @@
align-items: center;
padding: 0;
- .b-checkbox, .b-radio {
+ /deep/ .b-checkbox, /deep/ .b-radio {
max-width: 100%;
min-height: 1.5em;
margin-left: 0.7em;
margin-bottom: 0px !important;
- height: 24px;
- overflow: hidden;
+ height: auto;
+ padding-top: 2px;
+ padding-bottom: 2px;
+ -webkit-break-inside: avoid;
+ break-inside: avoid;
+
+ .control-label {
+ white-space: normal;
+ overflow: visible;
+ }
&.is-disabled {
cursor: not-allowed;
@@ -884,6 +874,11 @@
.b-checkbox, .b-radio {
margin-right: 0px;
margin-bottom: 0;
+
+ .control-label {
+ white-space: normal;
+ overflow: visible;
+ }
&.is-disabled {
cursor: not-allowed;
opacity: 0.5;