fix: style overflow due to user content (#355)
This commit is contained in:
parent
3b6b83ae7a
commit
7a07d21b76
16 changed files with 50 additions and 26 deletions
|
@ -56,7 +56,7 @@ body {
|
|||
--at-apply: 'hidden';
|
||||
}
|
||||
.ellipsis {
|
||||
--at-apply: 'truncate overflow-hidden ws-nowrap';
|
||||
--at-apply: 'line-clamp-1 ws-pre-wrap break-all';
|
||||
&::after {
|
||||
content: '…';
|
||||
}
|
||||
|
@ -86,6 +86,7 @@ body {
|
|||
|
||||
.content-editor {
|
||||
--at-apply: outline-none flex-1;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.content-editor.content-rich {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue