MM-64544 Fix width of threads textbox at all screen sizes (#31366)

Этот коммит содержится в:
Harrison Healey
2025-06-10 16:22:16 -04:00
коммит произвёл GitHub
родитель e6d8bf5835
Коммит 81856f9e7d

Просмотреть файл

@@ -65,7 +65,7 @@
/* === Responsiveness === */
--list: minmax(min-content, 300px);
--pane: minmax(min-content, auto);
--pane: auto;
display: grid;
overflow: hidden;