From 6d69e9066273b888e05a79654f6c469e1973c34f Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Mon, 28 Mar 2016 10:23:58 +1030 Subject: [PATCH] Prevent long forum title in mobile drawer from entering viewport --- less/lib/App.less | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/less/lib/App.less b/less/lib/App.less index 3af1afa92..0c79d198c 100755 --- a/less/lib/App.less +++ b/less/lib/App.less @@ -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; }