mirror of
https://github.com/docmost/docmost.git
synced 2025-11-13 19:12:36 +10:00
prevent overflow
This commit is contained in:
@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user