Set MarkdownEditor max height
I want to set a max-height for the Markdown editor field
I tried this:
But didn't work as expected
I tried this:
But didn't work as expected
MarkdownEditor::make('settings.legal_agreements.terms_conditions')
->label('Terms & Conditions')
->extraAttributes(['style' => 'max-height: 300px'])