mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-19 06:46:09 +01:00
💄 Improve adaptive width for message elements (#16837)
This commit is contained in:
parent
95242c3f4d
commit
be94bcac05
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue