From f7e947c43410cb714eed1f76ee792994d117b04c Mon Sep 17 00:00:00 2001 From: Ryan Herbert Date: Fri, 9 Feb 2018 18:45:03 +0100 Subject: [PATCH] css remove float from clear float was actually causing it to behave in an unexpected manner. and remove duplicate clear rule. --- browser/css/vidjil.less | 5 ----- 1 file changed, 5 deletions(-) diff --git a/browser/css/vidjil.less b/browser/css/vidjil.less index f0651f209..f3b897ff3 100644 --- a/browser/css/vidjil.less +++ b/browser/css/vidjil.less @@ -2100,7 +2100,6 @@ flex-grow : 1; .clear { clear: both; - float: left; } .centered { @@ -2290,10 +2289,6 @@ form { } } -.clear { - clear: both; -} - .error { font-weight: bold; color: red; -- GitLab