Fix register checkbox
authorChocobozzz <me@florianbigard.com>
Wed, 28 Aug 2019 08:36:53 +0000 (10:36 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Thu, 5 Sep 2019 08:17:02 +0000 (10:17 +0200)
client/src/app/shared/forms/peertube-checkbox.component.scss
client/src/sass/include/_mixins.scss

index 84ea788af39e105bc81d9be4bd928ffc04369feb..51f98b0bc8c919bacc757b222b5ec4a0efb88ede 100644 (file)
@@ -7,7 +7,7 @@
   .form-group-checkbox {
     display: flex;
 
-    span {
+    .label-text {
       font-weight: $font-regular;
       margin: 0;
     }
index abbc137b2b25aa175a9e7ae91b48235f87891920..ebd3c0cc4d76955ad6932b72e7dc1a34a735fd5e 100644 (file)
   & + span {
     position: relative;
     width: 18px;
+    min-width: 18px;
     height: 18px;
     border: $border-width solid var(--mainForegroundColor);
     border-radius: 3px;