From f25008be971fb58c4c5366be8d3ed4d70a6e68ca Mon Sep 17 00:00:00 2001 From: Volker E Date: Thu, 19 Sep 2019 13:51:58 -0700 Subject: [PATCH] Remove `inline-block` from message boxes Removing `inline-block` from message boxes as they're outlined as block level elements in UI standardization work. Back in Ibb9371eec in 2013 those were used in various contexts and tried to resolve the back then stated need of intrinsic width by `inline-block`. That doesn't seem to be appropriate for the general use case any more. If used in other contexts or on inline elements, product owners and implementors need to act on specifically adapting them. Bug: T233359 Change-Id: I530fda47b3d7b99f782b421abbde8957026570cd --- resources/src/mediawiki.legacy/shared.css | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/src/mediawiki.legacy/shared.css b/resources/src/mediawiki.legacy/shared.css index 75dae92404..13ef390c25 100644 --- a/resources/src/mediawiki.legacy/shared.css +++ b/resources/src/mediawiki.legacy/shared.css @@ -378,7 +378,6 @@ a.new { .warningbox, .successbox { color: #000; - display: inline-block; margin-bottom: 1em; border: 1px solid; padding: 0.5em 1em; -- 2.20.1