From bc20aaed463b1fc6727a2a90a7d7c4a00b95142a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 28 Aug 2019 10:36:53 +0200 Subject: Fix register checkbox --- client/src/app/shared/forms/peertube-checkbox.component.scss | 2 +- client/src/sass/include/_mixins.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'client') 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; -- cgit v1.2.3