From 397902fe3851ee37bbcc892601591082bad25161 Mon Sep 17 00:00:00 2001 From: Winston Sung Date: Mon, 15 Apr 2024 21:36:09 +0800 Subject: [PATCH] Fix content width changing when switching tabs Fix content width changing when switching tabs in Special:Preferences . Caused by skin.less . Bug: #40 Change-Id: Ic0903bd8bf0eb9ef604f186b51842b901d7025bb --- resources/skin.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/skin.less b/resources/skin.less index f50375d..b87e00e 100644 --- a/resources/skin.less +++ b/resources/skin.less @@ -574,7 +574,7 @@ main { #content { @media screen and ( min-width: @width-breakpoint-tablet ) { - min-width: 70%; + width: 70%; margin: 10px auto 40px; }