mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-26 18:26:09 +01:00
Revert "💄 Improve adaptive width for message elements (#16837)"
This reverts commit be94bcac05.
This commit is contained in:
parent
be94bcac05
commit
275bdaa7fc
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;
|
||||
width: clamp(20vw, calc(100vw - 60px), 350px);
|
||||
max-width: 20vw;
|
||||
text-align: left;
|
||||
display: inline-block;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue