From 6927f3bfb5051b3660b4f1587e89f56e3900445f Mon Sep 17 00:00:00 2001 From: Jens Ulferts Date: Tue, 3 Mar 2015 17:02:02 +0100 Subject: [PATCH] fix timeline warning message float --- app/assets/stylesheets/timelines.css.sass | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/timelines.css.sass b/app/assets/stylesheets/timelines.css.sass index 107ad0b19e..b9cf3e422b 100644 --- a/app/assets/stylesheets/timelines.css.sass +++ b/app/assets/stylesheets/timelines.css.sass @@ -110,6 +110,11 @@ li.select2-result.select2-visible-selected-parent float: left margin-left: 6px + // ensure that the following div is always placed below the floating + // toolbar + & + div + clear: both + /* IE9 interprets this as baseline from inherited css, although it must *not be applied in anything that is not display:table-cell