X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fforms%2Fpeertube-checkbox.component.scss;h=ee133f1908d589292ab3f4c89050ae5a81dc2fdb;hb=0bd84f8bdebeaba9623bce0e389e56bf0906a537;hp=cbc50dc9630998309b0f4bf7f3cac7a3ebf1a206;hpb=52831c6fef9425b96cc3f3049fbaf2e93236344e;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 cbc50dc96..ee133f190 100644 --- a/client/src/app/shared/forms/peertube-checkbox.component.scss +++ b/client/src/app/shared/forms/peertube-checkbox.component.scss @@ -3,7 +3,6 @@ .form-group { display: flex; - align-items: center; .form-group-checkbox { display: flex; @@ -20,4 +19,9 @@ margin-right: 10px; } } + + my-help { + position: relative; + top: -2px; + } } \ No newline at end of file