mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-04 18:58:37 +00:00
4fb3db27e6
By using OOUI 'label' instead of 'help', the label is associated with the input using <label for=...> in HTML. The result looks almost the same, except for font size. I like the change, and I don't think it was intentional to make the font smaller here. Bug: T277028 Change-Id: If178ca8feb9970c9287ab6dfe51fdf0a81df1c45
12 lines
215 B
Plaintext
12 lines
215 B
Plaintext
.ve-ui-mwTemplatePlaceholderPage {
|
|
.ve-ui-mwTransclusionDialog-addButton {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.ve-ui-mwTransclusionDialog-addTemplateFieldset {
|
|
.mw-widget-titleInputWidget {
|
|
min-width: 10em;
|
|
}
|
|
}
|
|
}
|