Set break-word on figcaption
authorArlo Breault <abreault@wikimedia.org>
Tue, 1 May 2018 18:40:25 +0000 (14:40 -0400)
committerArlo Breault <abreault@wikimedia.org>
Thu, 13 Sep 2018 16:29:32 +0000 (11:29 -0500)
commit92ddf5dc64563f799ec50e4bec6c7bac8847b0e5
treec16bafc6f1a45f09e38eb7b3db015d33caf094be
parentf7ed5675ef6cc8efe6c525f993121e84fde5bf4a
Set break-word on figcaption

This is using the non-standard value of word-break, instead of
overflow-wrap/word-wrap, since the latter doesn't produce the desired
effect.  That may be due to figure being displayed as a table, without
the layout being "fixed".

Unfortunately, non-Webkit based browsers don't implement this and
break-all is a little heavy handed for the few cases this turns up in
practice.

Bug: T171761
Change-Id: If123d30addb4c707ebed63bafd18dccba9afe158
resources/src/mediawiki.skinning/content.parsoid.less