mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-27 23:50:30 +00:00
Limit title on Special:Watchlist and Special:RecentChanges
Bug: T237230 Change-Id: I8e5e833290ce1968d4610554411f36c92b56e9b7
This commit is contained in:
parent
6c53c2581f
commit
6c6cfac189
|
@ -34,6 +34,8 @@ ul.special {
|
|||
// generic names.
|
||||
.mw-title {
|
||||
font-weight: bold;
|
||||
// Word-break overlong user names, see T237230.
|
||||
.hyphens( auto );
|
||||
}
|
||||
|
||||
.comment {
|
||||
|
|
Loading…
Reference in a new issue