💄 Improve adaptive width for message elements (#16837)

This commit is contained in:
Jeffrey Chen 2026-01-17 22:11:49 +08:00 committed by GitHub
parent 95242c3f4d
commit be94bcac05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,7 @@
box-sizing: border-box;
box-shadow: var(--b3-tooltips-shadow);
word-break: break-word;
max-width: 20vw;
width: clamp(20vw, calc(100vw - 60px), 350px);
text-align: left;
display: inline-block;