Restore padding on #mw-scribunto-input to make cursor visible

In Chromium-based browsers the lack of padding means the cursor
isn't visible in the textarea when focused. In this case, it's
probably more important for the cursor to be visible than the
lack of padding to make it look more like a terminal.

Bug: T272678
Change-Id: I09ed2933bdac292ee9b9b98a2c8c48d96914d096
(cherry picked from commit 835631de27)
This commit is contained in:
Kunal Mehta 2022-10-06 00:13:32 -04:00 committed by Legoktm
parent 5b04d28319
commit 1716fd6704

View file

@ -14,7 +14,6 @@
#mw-scribunto-input {
width: 100%;
border: 0;
padding: 0;
overflow: auto;
background: #e0e0e0;
}