From a63f7b7a82f850e90fc5efd64fe7f71987b6cee6 Mon Sep 17 00:00:00 2001 From: Dries <dries@buytaert.net> Date: Sat, 9 Mar 2013 16:51:08 -0500 Subject: [PATCH] Issue #1937928 by stevenx: toolbar looks silly at 800x600 resolution. --- core/modules/toolbar/config/toolbar.breakpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/toolbar/config/toolbar.breakpoints.yml b/core/modules/toolbar/config/toolbar.breakpoints.yml index c623c0e8fc35..74b318ebac2e 100644 --- a/core/modules/toolbar/config/toolbar.breakpoints.yml +++ b/core/modules/toolbar/config/toolbar.breakpoints.yml @@ -1,3 +1,3 @@ narrow: 'only screen and (min-width: 16.5em)' standard: 'only screen and (min-width: 38.125em)' -wide: 'only screen and (min-width: 50em)' +wide: 'only screen and (min-width: 52em)' -- GitLab