Increase writing space in admin page

This commit is contained in:
Gabriel Augendre 2020-09-09 17:57:55 +02:00
parent a9f06331dd
commit 88f3c455ff
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -1,6 +1,7 @@
#id_content {
font-family: "JetBrains Mono", monospace;
width: calc(100% - 1em);
height: 44.5em;
resize: vertical;
}