Add bottom padding to rich editor

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-03 14:53:41 +04:00
parent f2c39d1741
commit 6d1a7c846d

View File

@@ -67,7 +67,7 @@ const extensions = [
];
const richEditorVariants = tv({
base: ["relative h-full"],
base: ["relative flex-1 pb-14"],
variants: {
disabled: {
true: "",