Update SectionTemplateForm to adjust HTML content field styling: Changed minimum height from 400px to 200px and added horizontal overflow for improved usability in the form schema.
This commit is contained in:
@@ -32,7 +32,7 @@ class SectionTemplateForm
|
|||||||
->columnSpanFull()
|
->columnSpanFull()
|
||||||
->helperText(__('section-templates.field_html_content_help'))
|
->helperText(__('section-templates.field_html_content_help'))
|
||||||
->extraAttributes([
|
->extraAttributes([
|
||||||
'style' => 'min-height: 400px;',
|
'style' => 'min-height: 200px; overflow-x: auto;', // Metni yatay kaydırma eklendi
|
||||||
'data-field-name' => 'html_content',
|
'data-field-name' => 'html_content',
|
||||||
]),
|
]),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user