This commit is contained in:
Dave Onkels 2026-01-29 19:00:22 +00:00 committed by GitHub
commit f09590a314
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -247,7 +247,7 @@
width: 100%; width: 100%;
height: 40px; height: 40px;
min-height: 40px; min-height: 40px;
max-height: 150px; max-height: min(400px, 50vh);
padding: 9px 12px; padding: 9px 12px;
border-radius: 8px; border-radius: 8px;
overflow-y: auto; overflow-y: auto;