mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-23 15:36:47 +00:00
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:
parent
10f2f21e86
commit
c3eb1abb90
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue