mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Increase size of allow/actor fields, refs #908
This commit is contained in:
parent
12c0bc09cc
commit
88065fb74f
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
{% block extra_head %}
|
{% block extra_head %}
|
||||||
<style>
|
<style>
|
||||||
textarea {
|
textarea {
|
||||||
height: 8em;
|
height: 10em;
|
||||||
width: 95%;
|
width: 95%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue