Fix info navbar overflow

This commit is contained in:
Jonathan Wong 2015-08-26 17:27:13 -07:00
parent a126703f44
commit 53830a7711

View file

@ -734,6 +734,8 @@ a .users-poster-face:hover {
background-color: rgba(255,255,255,.03); background-color: rgba(255,255,255,.03);
height: 50px; height: 50px;
line-height: 50px; line-height: 50px;
max-height: 50px;
overflow: hidden;
} }
.summary-navbar-list { .summary-navbar-list {
padding: 0 25px; padding: 0 25px;