From 51a11bcb48f8a80862da915043d2c423e4cc9978 Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Mon, 14 Aug 2017 18:02:00 +0200
Subject: [PATCH] Fix alerts in form could break structure

---
 scipost/static/scipost/assets/css/_alert.scss | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/scipost/static/scipost/assets/css/_alert.scss b/scipost/static/scipost/assets/css/_alert.scss
index 395845eaa..3556a5aae 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;
     }
-- 
GitLab