X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fforms%2Fpeertube-checkbox.component.scss;h=3120509b3b46a9d78b752ac01de59c691090a436;hb=7738273b808f0ff1494f18c4cc13553505e6ac6d;hp=3b467d49d35570456c3e6279e403010f4cae3656;hpb=46db9430af70f45bc656cb0ac8e519f5d0be0149;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 3b467d49d..3120509b3 100644 --- a/client/src/app/shared/forms/peertube-checkbox.component.scss +++ b/client/src/app/shared/forms/peertube-checkbox.component.scss @@ -26,4 +26,12 @@ position: relative; top: 2px; } -} + + small { + font-size: 90%; + } + + .wrapper:empty { + display: none; + } +} \ No newline at end of file