diff --git a/frontend/static/style.css b/frontend/static/style.css index a26e427..3975340 100644 --- a/frontend/static/style.css +++ b/frontend/static/style.css @@ -847,6 +847,11 @@ button:disabled { border-top: 1px solid var(--border); } +.edit-form textarea { + width: 100%; +} + + .edit-tags { display: grid; gap: 8px;