prevent overflow
This commit is contained in:
parent
2a535de29d
commit
5f520689ed
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ function PageActionMenu({ readOnly }: PageActionMenuProps) {
|
||||||
})}
|
})}
|
||||||
position="left-start"
|
position="left-start"
|
||||||
>
|
>
|
||||||
<div>
|
<div style={{ width: 210 }}>
|
||||||
<Text size="xs" c="dimmed" truncate="end">
|
<Text size="xs" c="dimmed" truncate="end">
|
||||||
{t("Word count: {{wordCount}}", {
|
{t("Word count: {{wordCount}}", {
|
||||||
wordCount: pageEditor?.storage?.characterCount?.words(),
|
wordCount: pageEditor?.storage?.characterCount?.words(),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue