mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-01 07:37:24 +00:00
Merge pull request #4557 from 1ukastesar/patch-1
fix(modal): make textarea font actually monospace
This commit is contained in:
@ -167,4 +167,5 @@ $pink: #f66d9b;
|
|||||||
|
|
||||||
textarea.form-control.text-monospace {
|
textarea.form-control.text-monospace {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user