Make fields stretchy
This commit is contained in:
parent
d7117f9cb2
commit
52e61f6a3b
|
|
@ -13,7 +13,7 @@
|
|||
<?= $this->formRender() ?>
|
||||
</div>
|
||||
|
||||
<div class="form-buttons">
|
||||
<div class="form-buttons p-t">
|
||||
<div class="loading-indicator-container">
|
||||
<button
|
||||
type="submit"
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<?= $this->formRender() ?>
|
||||
</div>
|
||||
|
||||
<div class="form-buttons">
|
||||
<div class="form-buttons p-t">
|
||||
<div class="loading-indicator-container">
|
||||
<button
|
||||
type="submit"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
<?= $this->formRender() ?>
|
||||
</div>
|
||||
|
||||
<div class="form-buttons">
|
||||
<div class="form-buttons p-t">
|
||||
<div class="loading-indicator-container">
|
||||
<button
|
||||
type="submit"
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<?= $this->formRender() ?>
|
||||
</div>
|
||||
|
||||
<div class="form-buttons">
|
||||
<div class="form-buttons p-t">
|
||||
<div class="loading-indicator-container">
|
||||
<button
|
||||
type="submit"
|
||||
|
|
|
|||
|
|
@ -25,14 +25,17 @@ secondaryTabs:
|
|||
size: giant
|
||||
tab: system::lang.mail_templates.content_html
|
||||
language: html
|
||||
stretch: true
|
||||
|
||||
content_css:
|
||||
type: codeeditor
|
||||
size: giant
|
||||
tab: system::lang.mail_templates.content_css
|
||||
language: css
|
||||
stretch: true
|
||||
|
||||
content_text:
|
||||
type: textarea
|
||||
size: giant
|
||||
tab: system::lang.mail_templates.content_text
|
||||
stretch: true
|
||||
|
|
|
|||
|
|
@ -36,8 +36,10 @@ secondaryTabs:
|
|||
size: giant
|
||||
language: html
|
||||
tab: system::lang.mail_templates.content_html
|
||||
stretch: true
|
||||
|
||||
content_text:
|
||||
type: textarea
|
||||
size: giant
|
||||
tab: system::lang.mail_templates.content_text
|
||||
stretch: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue