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({
|
const richEditorVariants = tv({
|
||||||
base: ["relative h-full"],
|
base: ["relative flex-1 pb-14"],
|
||||||
variants: {
|
variants: {
|
||||||
disabled: {
|
disabled: {
|
||||||
true: "",
|
true: "",
|
||||||
|
|||||||
Reference in New Issue
Block a user