From f1c1347d56b65c03852006ed71be18dcfa990c58 Mon Sep 17 00:00:00 2001 From: Jon Robson Date: Thu, 18 Jan 2024 14:44:56 -0800 Subject: [PATCH] Long usernames should wrap on history page. Bug: T355369 Change-Id: I1f3c3b7e494cc655c98d662e4c0d822da502ea6a --- skinStyles/mediawiki.action.history.styles.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/skinStyles/mediawiki.action.history.styles.less b/skinStyles/mediawiki.action.history.styles.less index 12a302c05..86b925b66 100644 --- a/skinStyles/mediawiki.action.history.styles.less +++ b/skinStyles/mediawiki.action.history.styles.less @@ -53,6 +53,10 @@ .history-user a { color: @color-subtle; + + bdi { + word-break: break-word; + } } .mw-userlink::before {