Remove `inline-block` from message boxes
authorVolker E <volker.e@wikimedia.org>
Thu, 19 Sep 2019 20:51:58 +0000 (13:51 -0700)
committerVolker E <volker.e@wikimedia.org>
Fri, 20 Sep 2019 22:12:54 +0000 (15:12 -0700)
commitf25008be971fb58c4c5366be8d3ed4d70a6e68ca
tree33addaecb89a7acb58f7a0172e71e3d31abeb4ec
parent38d5d59a6617dfb6a4aa41ae6da8645a5e8a3c53
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