From 35722a026933680d9103ce691b4391a8cb2a704a Mon Sep 17 00:00:00 2001 From: Fomafix Date: Fri, 11 Apr 2014 10:00:49 +0000 Subject: [PATCH] Remove #bodyContent { width: 100%; } The container #bodyContent is a div element with the default width auto. Change-Id: If05afc14f7b1ff9b34d2daf293ade6cb6a97493e --- skins/vector/components/common.less | 1 - 1 file changed, 1 deletion(-) diff --git a/skins/vector/components/common.less b/skins/vector/components/common.less index 25ba301f1e..76d1873016 100644 --- a/skins/vector/components/common.less +++ b/skins/vector/components/common.less @@ -129,7 +129,6 @@ pre, .mw-code { #bodyContent { position: relative; - width: 100%; line-height: @content-line-height; font-size: @content-font-size; } -- 2.20.1