Fix "Add new map" button overflowing in other languages

E.g. in German it says "Neue Zuordnung hinzufügen". The long string
peaks into the other UI elements because OOUI enforces some `nowrap`
for no good reason.

Change-Id: Ib5f8584d4ac652479d6f646dcaa8cf06654832fd
This commit is contained in:
thiemowmde 2023-08-23 13:59:03 +02:00
parent 10f2f21e86
commit c3eb1abb90

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;
}