Merge "Long usernames should wrap on history page."

This commit is contained in:
jenkins-bot 2024-01-19 21:53:37 +00:00 committed by Gerrit Code Review
commit c01d353e96

View file

@ -53,6 +53,10 @@
.history-user a {
color: @color-subtle;
bdi {
word-break: break-word;
}
}
.mw-userlink::before {