Skip to content

Commit 276c1ed

Browse files
committed
[FIX]: fixed content overflow issue in post form
1 parent 70aac33 commit 276c1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/Posts/Schemas/PostForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public static function configure(Schema $schema, ?Category $category = null, ?Ta
7070
]),
7171

7272
RichEditor::make('body')
73-
->extraInputAttributes(['style' => 'max-height: 30rem; min-height: 24rem'])
73+
->extraInputAttributes(['style' => 'min-height: 24rem'])
7474
->required()
7575
->columnSpanFull(),
7676

0 commit comments

Comments
 (0)