fix avatar expanded topic map height

This commit is contained in:
Jeff Atwood 2014-10-03 15:58:02 -07:00
parent 3483c7b0de
commit fa830c8d69
2 changed files with 2 additions and 2 deletions

View File

@ -383,7 +383,7 @@ a.star {
}
/* limit to one line of avatars for now */
height:30px;
height:24px;
overflow:hidden;
}

View File

@ -197,7 +197,7 @@ a.star {
}
/* limit to one line of avatars for now */
height:30px;
height:24px;
overflow:hidden !important; // otherwise parent mobile styles conflict
}