From 4e209c635d81e4fef3d74ed1c12f325cd20d56bc Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 23 Jul 2014 13:06:43 +0200 Subject: fix settings entry width --- core/css/apps.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/css/apps.css b/core/css/apps.css index 3568ef484e2..6761677fb23 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -191,7 +191,7 @@ /* settings area */ #app-settings { position: fixed; - width: 249px; + width: 250px; /* change to 100% when layout positions are absolute */ bottom: 0; } #app-settings.opened #app-settings-content { -- cgit v1.2.3