Limit title on Special:Watchlist and Special:RecentChanges

Bug: T237230
Change-Id: I8e5e833290ce1968d4610554411f36c92b56e9b7
This commit is contained in:
jdlrobson 2020-03-18 11:25:54 -07:00 committed by Jdlrobson
parent 6c53c2581f
commit 6c6cfac189

View file

@ -34,6 +34,8 @@ ul.special {
// generic names.
.mw-title {
font-weight: bold;
// Word-break overlong user names, see T237230.
.hyphens( auto );
}
.comment {