CmsKit - Update Script & Style inputs height

pull/8511/head
enisn 5 years ago
parent e670a87ae3
commit e7e8f856d5

@ -53,11 +53,11 @@
</abp-tab>
<abp-tab title="@L["Script"]">
<abp-input asp-for="ViewModel.Script" suppress-label="true" />
<abp-input asp-for="ViewModel.Script" suppress-label="true" style="height: 65vh;" />
</abp-tab>
<abp-tab title="@L["Style"]">
<abp-input asp-for="ViewModel.Style" suppress-label="true"/>
<abp-input asp-for="ViewModel.Style" suppress-label="true" style="height: 65vh;"/>
</abp-tab>
</abp-tabs>

@ -57,11 +57,11 @@
</abp-tab>
<abp-tab title="@L["Script"]">
<abp-input asp-for="ViewModel.Script" suppress-label="true" />
<abp-input asp-for="ViewModel.Script" suppress-label="true" style="height: 65vh;" />
</abp-tab>
<abp-tab title="@L["Style"]">
<abp-input asp-for="ViewModel.Style" suppress-label="true"/>
<abp-input asp-for="ViewModel.Style" suppress-label="true" style="height: 65vh;"/>
</abp-tab>
</abp-tabs>

Loading…
Cancel
Save