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
This commit is contained in:
Kunal Mehta 2022-10-06 00:13:32 -04:00 committed by jenkins-bot
parent e8cfa46f87
commit 835631de27

View file

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