]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/forms/peertube-checkbox.component.scss
Add warning regarding config upgrade in docker.md
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / forms / peertube-checkbox.component.scss
index cbc50dc9630998309b0f4bf7f3cac7a3ebf1a206..6e4e207751fe713b2c5fc89f6c59a91e4cc25f5c 100644 (file)
@@ -1,9 +1,8 @@
 @import '_variables';
 @import '_mixins';
 
-.form-group {
+.root {
   display: flex;
-  align-items: center;
 
   .form-group-checkbox {
     display: flex;
       margin-right: 10px;
     }
   }
+
+  label {
+    margin-bottom: 0;
+  }
+
+  my-help {
+    position: relative;
+    top: -2px;
+  }
 }
\ No newline at end of file