From 90b06f6f6db1a40946ba280f7324b15fec2f667e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 30 Jul 2020 17:28:11 -0700 Subject: generic HTML views for TOML editing --- python/fatcat_web/templates/base.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'python/fatcat_web/templates/base.html') diff --git a/python/fatcat_web/templates/base.html b/python/fatcat_web/templates/base.html index 18c66077..2c18ec44 100644 --- a/python/fatcat_web/templates/base.html +++ b/python/fatcat_web/templates/base.html @@ -25,6 +25,10 @@ @media only screen and (max-width: 479px) { .mobile-hide{ display: none !important; } } + + .field textarea#toml { + font-family: monospace; + } {% block extra_head %}{% endblock %} -- cgit v1.2.3