debug console: use monospace font for inputs

Change-Id: I2f146172611aec6dbcd6acf4cfde254076d15149
This commit is contained in:
Siddharth VP 2024-09-30 22:13:44 +05:30 committed by jenkins-bot
parent 82e5344ead
commit 35a0c45888

View file

@ -13,11 +13,13 @@
border: 1px solid @border-color-subtle;
overflow: auto;
background: @background-color-notice-subtle;
font-family: @font-family-monospace;
}
.mw-scribunto-input {
color: @color-progressive--active;
font: inherit;
font-family: @font-family-monospace;
font-weight: bold;
margin-top: 0.5em;
}