Add bottom padding to rich editor
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -67,7 +67,7 @@ const extensions = [
|
||||
];
|
||||
|
||||
const richEditorVariants = tv({
|
||||
base: ["relative h-full"],
|
||||
base: ["relative flex-1 pb-14"],
|
||||
variants: {
|
||||
disabled: {
|
||||
true: "",
|
||||
|
||||
Reference in New Issue
Block a user