From b179607593689b93c977fe5510cea7727b4fc14b Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Sat, 25 Feb 2017 08:33:20 -0600 Subject: [PATCH] Improve composition on small screens Two changes: Minimized width of labels; Caused header overflow to scroll --- dev/Styles/Compose.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev/Styles/Compose.less b/dev/Styles/Compose.less index dec5716cb..79b6322d9 100644 --- a/dev/Styles/Compose.less +++ b/dev/Styles/Compose.less @@ -85,6 +85,7 @@ padding: 10px; background-color: #eee; color: #333; + overflow:scroll; .e-identity { @@ -110,8 +111,8 @@ .e-label { text-align: right; width: 1%; - min-width: 70px; - padding: 6px 10px; + min-width: 50px; + padding: 6px 10px 6px 0px; html.rl-modal { min-width: 50px; @@ -210,4 +211,4 @@ background-color: #fff; } } -} \ No newline at end of file +}