From cc20522541e3b69e1a312707c882329d081c49a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Laxstr=C3=B6m?= Date: Tue, 16 Mar 2021 18:00:33 +0200 Subject: [PATCH] Remove explicit width statements from ULS menu widths These seem to be more harmful than useful. On small screen the menu width gets too narrow, and on large screens the menu width gets too wide. The min-widths are sufficient. Related to https://phabricator.wikimedia.org/T276255 --- css/jquery.uls.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/css/jquery.uls.css b/css/jquery.uls.css index c8e6c22..ace031d 100644 --- a/css/jquery.uls.css +++ b/css/jquery.uls.css @@ -21,12 +21,10 @@ .uls-wide { min-width: 715px; - width: 45%; } .uls-medium { min-width: 360px; - width: 30%; } /* Override the grid */ @@ -36,7 +34,6 @@ .uls-narrow { min-width: 180px; - width: 20%; } /* Override the grid */