From a17e04ec327d295b3c64573b437397ca1384b16f Mon Sep 17 00:00:00 2001 From: Julien Wajsberg Date: Fri, 29 Jun 2018 16:56:33 +0200 Subject: [PATCH] Make the layout more shrinkable --- res/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/res/css/style.css b/res/css/style.css index 99cf23cc95..cc3c36debb 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -14,6 +14,7 @@ html, body { body, #root, .profileViewer { display: flex; flex: 1; + min-width: 0; /* This allows Flexible Layout to shrink this further than its min-content */ } .profileViewer { @@ -634,6 +635,8 @@ body, #root, .profileViewer { position: relative; border: solid transparent; border-width: 0 1px 0 1px; + overflow: hidden; + text-overflow: ellipsis; } .tabBarTab.selected { background: #fff;