diff --git a/custom/assets/instance.css b/custom/assets/instance.css index 46dfbbfe1..f99eafb51 100644 --- a/custom/assets/instance.css +++ b/custom/assets/instance.css @@ -134,3 +134,5 @@ header.sidebar { & > .note-context, & > .article > .main > footer { display: none; } } .list.notifications > .noGap > .notification._panel { padding: 1rem 2.5rem; & > .meta { padding: 0; } } + +section.modal._popup > div.form > textarea { resize: vertical !important; } /* resize fix */