rules, bracket page

This commit is contained in:
yohlo
2025-09-18 18:17:56 -05:00
parent 285a33c488
commit 602e6e3473
15 changed files with 273 additions and 24 deletions

View File

@@ -34,7 +34,7 @@ export function RichTextEditor({
</MantineRichTextEditor.ControlsGroup>
</MantineRichTextEditor.Toolbar>
<MantineRichTextEditor.Content />
<MantineRichTextEditor.Content h="45vh" />
</MantineRichTextEditor>
);
}