Skip to content

Commit 5bc32f7

Browse files
authored
Merge pull request #58 from Sadnesh/fix-post-body-content-overflow
[FIX]: fixed content overflow issue in post form
2 parents 70aac33 + 276c1ed commit 5bc32f7

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)