make post status form wrap stable

This commit is contained in:
Henry Jameson 2025-04-03 12:25:23 +03:00
commit 1b62640325

View file

@ -205,6 +205,7 @@
min-height: calc(var(--post-line-height) * 1em);
resize: none;
background: transparent;
text-wrap: stable;
&.scrollable-form {
overflow-y: auto;