X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fforms%2Fpeertube-checkbox.component.scss;h=ea321ee6581c4d2f29e3d272f0c335172eeddaf0;hb=8dfceec44a5eec8b0190d1d5076aab0f03a0cb52;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..ea321ee65 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 { @@ -20,8 +20,12 @@ } } + label { + margin-bottom: 0; + } + my-help { position: relative; top: -2px; } -} \ No newline at end of file +}