]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/forms/peertube-checkbox.component.scss
Add popover autoclose
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / forms / peertube-checkbox.component.scss
index cbc50dc9630998309b0f4bf7f3cac7a3ebf1a206..ee133f1908d589292ab3f4c89050ae5a81dc2fdb 100644 (file)
@@ -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