Merge "Fix "Add new map" button overflowing in other languages"

This commit is contained in:
jenkins-bot 2023-09-04 13:37:12 +00:00 committed by Gerrit Code Review
commit 491fed6bc6

View file

@ -104,3 +104,8 @@
.tdg-languageResultWidget-highlight {
font-weight: bold;
}
.mw-templateData-template-add-map-button .oo-ui-buttonElement-button {
text-align: left;
white-space: normal;
}