X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2Fshared%2Fforms%2Fpeertube-checkbox.component.scss;h=84ea788af39e105bc81d9be4bd928ffc04369feb;hb=1d5342abc43df02cf0bd69b1e865c0f179182eef;hp=ee133f1908d589292ab3f4c89050ae5a81dc2fdb;hpb=0bd84f8bdebeaba9623bce0e389e56bf0906a537;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/forms/peertube-checkbox.component.scss b/client/src/app/shared/forms/peertube-checkbox.component.scss index ee133f190..84ea788af 100644 --- a/client/src/app/shared/forms/peertube-checkbox.component.scss +++ b/client/src/app/shared/forms/peertube-checkbox.component.scss @@ -1,7 +1,7 @@ @import '_variables'; @import '_mixins'; -.form-group { +.root { display: flex; .form-group-checkbox { @@ -14,14 +14,15 @@ input { @include peertube-checkbox(1px); - - width: 10px; - margin-right: 10px; } } + label { + margin-bottom: 0; + } + my-help { position: relative; top: -2px; } -} \ No newline at end of file +}