Prevent long forum title in mobile drawer from entering viewport

This commit is contained in:
Toby Zerner 2016-03-28 10:23:58 +10:30
parent 589e903c71
commit 6d69e90662

View File

@ -181,17 +181,15 @@
display: none;
}
.Header-title {
border-bottom: 1px solid @header-control-bg;
padding: 13px 10px;
font-size: 16px;
font-weight: normal;
margin: 0;
line-height: @header-height-phone - 1;
white-space: nowrap;
text-align: center;
}
.Header-controls {
margin-top: 10px;
> li {
padding: 0 10px 0;
}