mirror of
https://github.com/docmost/docmost
synced 2025-03-28 21:13:28 +00:00
prevent overflow
This commit is contained in:
parent
2a535de29d
commit
5f520689ed
@ -185,7 +185,7 @@ function PageActionMenu({ readOnly }: PageActionMenuProps) {
|
||||
})}
|
||||
position="left-start"
|
||||
>
|
||||
<div>
|
||||
<div style={{ width: 210 }}>
|
||||
<Text size="xs" c="dimmed" truncate="end">
|
||||
{t("Word count: {{wordCount}}", {
|
||||
wordCount: pageEditor?.storage?.characterCount?.words(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user