diff --git a/resources/assets/stylesheets/scss/forms.scss b/resources/assets/stylesheets/scss/forms.scss
index 7db8b1b406081453911b0874819f38c03db5c7d8..72e2d26acdc6e86e99026cb8f80452644cf5f22b 100644
--- a/resources/assets/stylesheets/scss/forms.scss
+++ b/resources/assets/stylesheets/scss/forms.scss
@@ -225,10 +225,6 @@ form.default {
         }
     }
 
-    input[type=checkbox], input[type=radio] {
-        vertical-align: text-bottom;
-    }
-
     select[disabled] {
         background-color: var(--dark-gray-color-15);
     }