* [bug#51515,done,0.2h] set margin.
This commit is contained in:
@@ -38,7 +38,7 @@ class detailHeader extends wg
|
||||
|
||||
return div
|
||||
(
|
||||
setClass('detail-header flex justify-between mb-3 min-w-0 flex-nowrap'),
|
||||
setClass('detail-header flex justify-between mb-3 min-w-0 flex-nowrap', $this->prop('class')),
|
||||
div
|
||||
(
|
||||
setClass('flex flex-auto min-w-0 items-center gap-x-4 flex-nowrap pr-5'),
|
||||
|
||||
@@ -168,6 +168,7 @@ if($this->config->vision != 'or') $formItems['affected'] = $getAffectedTabs($sto
|
||||
|
||||
detailHeader
|
||||
(
|
||||
setClass('mx-3'),
|
||||
to::prefix($lang->story->changed),
|
||||
to::title
|
||||
(
|
||||
@@ -185,6 +186,7 @@ detailHeader
|
||||
detailBody
|
||||
(
|
||||
setID('dataform'),
|
||||
setClass('mx-3'),
|
||||
set::isForm(true),
|
||||
set::ajax(array('beforeSubmit' => jsRaw('clickSubmit'))),
|
||||
set::actions(array
|
||||
|
||||
Reference in New Issue
Block a user