diff --git a/app/gabsocial/features/forms/index.js b/app/gabsocial/features/forms/index.js index 2ce37cbb0a..a1f890eb74 100644 Binary files a/app/gabsocial/features/forms/index.js and b/app/gabsocial/features/forms/index.js differ diff --git a/app/styles/gabsocial/forms.scss b/app/styles/gabsocial/forms.scss index 97bbf87ecf..2ca94297e6 100644 --- a/app/styles/gabsocial/forms.scss +++ b/app/styles/gabsocial/forms.scss @@ -63,9 +63,9 @@ code { position: static; } - label.checkbox { + input[type="checkbox"] { position: absolute; - top: 2px; + top: 3px; left: 0; }