diff --git a/scipost/static/scipost/assets/css/_alert.scss b/scipost/static/scipost/assets/css/_alert.scss
index 395845eaaa7ee9cb89be5c18455c349ec681b35b..3556a5aaee18e4be626f6682f8ecfb66f18ce2dd 100644
--- a/scipost/static/scipost/assets/css/_alert.scss
+++ b/scipost/static/scipost/assets/css/_alert.scss
@@ -5,6 +5,11 @@
     clear: both;
     float: left;
 
+    form &,
+    .form & {
+        float: none;
+    }
+
     &:last-child {
         margin-bottom: 1rem;
     }