diff options
author | Chocobozzz <me@florianbigard.com> | 2019-08-28 10:36:53 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-09-05 10:17:02 +0200 |
commit | bc20aaed463b1fc6727a2a90a7d7c4a00b95142a (patch) | |
tree | 8f5518a22a75c27d4cc57a24690ac9972e804b91 /client/src/app | |
parent | 9fe1bc685515f9dd281d8d8afe1003da8c793774 (diff) | |
download | PeerTube-bc20aaed463b1fc6727a2a90a7d7c4a00b95142a.tar.gz PeerTube-bc20aaed463b1fc6727a2a90a7d7c4a00b95142a.tar.zst PeerTube-bc20aaed463b1fc6727a2a90a7d7c4a00b95142a.zip |
Fix register checkbox
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/shared/forms/peertube-checkbox.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
7 | .form-group-checkbox { | 7 | .form-group-checkbox { |
8 | display: flex; | 8 | display: flex; |
9 | 9 | ||
10 | span { | 10 | .label-text { |
11 | font-weight: $font-regular; | 11 | font-weight: $font-regular; |
12 | margin: 0; | 12 | margin: 0; |
13 | } | 13 | } |