From bb68484af445fe5a8297b0b04286cc1ba7c01b8e Mon Sep 17 00:00:00 2001 From: Austin Burdine Date: Sat, 17 Oct 2015 09:08:10 -0500 Subject: [PATCH] set the settings-menu max width for mobile devices < 350px wide fixes #5933 - sets the max-width of the settings-menu to 100% --- ghost/admin/app/styles/components/settings-menu.css | 1 + 1 file changed, 1 insertion(+) diff --git a/ghost/admin/app/styles/components/settings-menu.css b/ghost/admin/app/styles/components/settings-menu.css index c91955db5b..3e556a6478 100644 --- a/ghost/admin/app/styles/components/settings-menu.css +++ b/ghost/admin/app/styles/components/settings-menu.css @@ -12,6 +12,7 @@ bottom: 0; z-index: 500; overflow: hidden; + max-width: 100%; width: 350px; border-left: #dfe1e3 1px solid; background: #fff;