mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-23 21:53:35 +00:00
Merge "ViewEdit: avoid linebreaks in form labels"
This commit is contained in:
commit
170bd831e7
|
@ -117,6 +117,11 @@ li.mw-abusefilter-changeslist-nomatch {
|
|||
width: 100%; /* So that we can use relative width for mw-abusefilter-editor */
|
||||
}
|
||||
|
||||
#mw-abusefilter-editing-form .mw-label {
|
||||
/* See T231962, the 100% width set above may squeeze the labels */
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
div.mw-abusefilter-editor {
|
||||
width: 65%; /* Same as wpFilterRules and mw-abusefilter-notes-editor */
|
||||
height: 30em; /* Similar to wpFilterRules */
|
||||
|
|
Loading…
Reference in a new issue