mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-24 07:53:37 +00:00
Set import button to display:block, fixing text overflow
Bug: T259348 Change-Id: Ibbe2ccef8062275a20200445279033e084ca12aa
This commit is contained in:
parent
e08d6965f3
commit
71b27ed1ba
|
@ -80,10 +80,12 @@
|
|||
}
|
||||
|
||||
.tdg-templateDataParamImportWidget {
|
||||
display: block;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.tdg-templateDataParamImportWidget > .oo-ui-buttonElement-button {
|
||||
display: block;
|
||||
text-align: left;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue