prevent overflow

This commit is contained in:
Philipinho 2025-03-13 15:23:35 +00:00
parent 2a535de29d
commit 5f520689ed

View File

@ -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(),