FIX: Avatars weren't tappable on mobile

This commit is contained in:
Robin Ward 2015-09-29 12:57:54 -04:00
parent 54d6d24cbf
commit 8e86dbe560
2 changed files with 7 additions and 11 deletions

View File

@ -461,14 +461,10 @@ span.highlighted {
}
.topic-meta-data {
white-space: nowrap;
position: absolute;
width: 100%;
left: 0px;
margin-left: 50px;
.names {
margin: 5px 0 0 5px;
line-height: 17px;
padding-left: 50px;
span {
display: block;
}