diff --git a/client/src/app/shared/forms/peertube-checkbox.component.scss b/client/src/app/shared/forms/peertube-checkbox.component.scss index 84ea788af..51f98b0bc 100644 --- a/client/src/app/shared/forms/peertube-checkbox.component.scss +++ b/client/src/app/shared/forms/peertube-checkbox.component.scss @@ -7,7 +7,7 @@ .form-group-checkbox { display: flex; - span { + .label-text { font-weight: $font-regular; margin: 0; } diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index abbc137b2..ebd3c0cc4 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss @@ -343,6 +343,7 @@ & + span { position: relative; width: 18px; + min-width: 18px; height: 18px; border: $border-width solid var(--mainForegroundColor); border-radius: 3px;