From d96e57eabb521a73ccae614646f5a15b6cba50d5 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Tue, 1 Dec 2015 11:48:54 +1030 Subject: [PATCH] Truncate long title controls on mobile --- less/lib/App.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/less/lib/App.less b/less/lib/App.less index e2822a814..3af1afa92 100755 --- a/less/lib/App.less +++ b/less/lib/App.less @@ -96,6 +96,8 @@ > .Button { color: @header-color; width: 100%; + overflow: hidden; + text-overflow: ellipsis; } } .App-titleControl--text {