mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-23 21:53:35 +00:00
Increased the number of rows of AbuseFilter's Examine Past diffs table
The text areas for the table row had only 5 rows initially which was small and it needed scroll to view it completely. Now it has been changed to 25. Bug: 59866 Change-Id: I77a092ac956bd9a9e4b7eb38abb16876087b8560
This commit is contained in:
parent
706c26378d
commit
7fd788f9d4
|
@ -33,7 +33,7 @@ table.mw-abuselog-details caption {
|
|||
}
|
||||
|
||||
div.mw-abuselog-var-value {
|
||||
max-height: 10em;
|
||||
max-height: 25em;
|
||||
max-width: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue