From a8de01848f1c1c1c0619a40f66931c83fc8cae9f 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% --- core/client/app/styles/components/settings-menu.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/client/app/styles/components/settings-menu.css b/core/client/app/styles/components/settings-menu.css index c91955db5b..3e556a6478 100644 --- a/core/client/app/styles/components/settings-menu.css +++ b/core/client/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;