Increase size of allow/actor fields, refs #908

This commit is contained in:
Simon Willison 2020-07-24 16:52:16 -07:00
commit 88065fb74f

View file

@ -5,7 +5,7 @@
{% block extra_head %}
<style>
textarea {
height: 8em;
height: 10em;
width: 95%;
box-sizing: border-box;
padding: 0.5em;