fix timeline warning message float

pull/2653/head
Jens Ulferts 10 years ago
parent 9e8f996b9e
commit 6927f3bfb5
  1. 5
      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

Loading…
Cancel
Save