From 0e28fd608c53e2f04c9952bce97f1c805615d413 Mon Sep 17 00:00:00 2001 From: Allen Rabinovich Date: Mon, 8 Jul 2013 13:02:53 -0700 Subject: [PATCH] Prevent mention overlaps (imported from commit e39e9e00f7304d4b811169a5075c5dd98dadad61) --- zephyr/static/styles/zephyr.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index f6dfc4cf6a..022b329e68 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -1965,6 +1965,8 @@ li.expanded_subject { background-image: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); background-image: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); background-image: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); + display: inline-block; + margin-bottom: 1px; } .user-mention-me {