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:
Amrutha S 2014-01-11 16:57:01 +05:30 committed by Amruthasangeeth
parent 706c26378d
commit 7fd788f9d4

View file

@ -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;
}