diff options
| author | ilotterytea <iltsu@alright.party> | 2025-05-06 01:29:57 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-05-06 01:29:57 +0500 |
| commit | 643fccf82f1ab35565172f6bbe7b001927d71775 (patch) | |
| tree | c5136183f55b74403a542a589c1a4b0f0908f9b7 /public/static | |
| parent | 68be07e299beab5c29d59535de809042c83c30d9 (diff) | |
feat: approval notes
Diffstat (limited to 'public/static')
| -rw-r--r-- | public/static/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/static/style.css b/public/static/style.css index ed1396c..b658488 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -81,6 +81,11 @@ label.inline { display: inline; } +textarea { + resize: vertical; + height: 100px; +} + .container { width: 100%; min-height: 100vh; |
