Prevent mention overlaps

(imported from commit e39e9e00f7304d4b811169a5075c5dd98dadad61)
This commit is contained in:
Allen Rabinovich 2013-07-08 13:02:53 -07:00
parent 126f5e37e3
commit 0e28fd608c
1 changed files with 2 additions and 0 deletions

View File

@ -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 {