aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/dynamic-form-field.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-04-09 14:02:27 +0200
committerChocobozzz <me@florianbigard.com>2021-04-09 14:02:27 +0200
commit023edc8a54a58d15f8d4f00d7f76e0074d0d3a81 (patch)
tree25525f51b2731ec8075f878ddc4db9400b5c592e /client/src/app/shared/shared-forms/dynamic-form-field.component.scss
parent3c47fa3bc0e3f2362bb17976057287a7e9aba46b (diff)
downloadPeerTube-023edc8a54a58d15f8d4f00d7f76e0074d0d3a81.tar.gz
PeerTube-023edc8a54a58d15f8d4f00d7f76e0074d0d3a81.tar.zst
PeerTube-023edc8a54a58d15f8d4f00d7f76e0074d0d3a81.zip
Fix plugin checkbox placement
Diffstat (limited to 'client/src/app/shared/shared-forms/dynamic-form-field.component.scss')
-rw-r--r--client/src/app/shared/shared-forms/dynamic-form-field.component.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-forms/dynamic-form-field.component.scss b/client/src/app/shared/shared-forms/dynamic-form-field.component.scss
index 89193ed85..45ba28951 100644
--- a/client/src/app/shared/shared-forms/dynamic-form-field.component.scss
+++ b/client/src/app/shared/shared-forms/dynamic-form-field.component.scss
@@ -22,3 +22,7 @@ textarea {
22 margin-bottom: 10px; 22 margin-bottom: 10px;
23 font-size: 13px; 23 font-size: 13px;
24} 24}
25
26my-peertube-checkbox + .label-small-info {
27 margin-top: 5px;
28}