Fix vertically written textareas (#38205)

This commit is contained in:
Itoh Shimon 2026-03-18 00:43:49 +09:00 committed by GitHub
parent 9c4a072adf
commit efa76ace8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1366,6 +1366,9 @@ body > [data-popper-placement] {
.autosuggest-textarea > .autosuggest-textarea__textarea:lang(#{$lang}) {
writing-mode: vertical-lr;
min-height: 209px; // writable
max-height: 209px; // suppress autosizing by react-textarea-autosize
overflow-x: auto;
scrollbar-color: unset;
}
.detailed-status > .status__content > .status__content__text:lang(#{$lang}) {