* [bug#62180,done,1h] modify style.
This commit is contained in:
@@ -95,7 +95,7 @@ foreach($results as $i => $result)
|
||||
$fileCount = count($stepResult['files']);
|
||||
$itemTds[] = div
|
||||
(
|
||||
setClass('text-left flex border-r'),
|
||||
setClass('text-left flex border-r break-all'),
|
||||
width('calc(25% + 2px)'),
|
||||
isset($stepResult['expect']) ? html(nl2br($stepResult['expect'])) : ''
|
||||
);
|
||||
@@ -169,7 +169,7 @@ foreach($results as $i => $result)
|
||||
setClass('step-item-id mr-2'),
|
||||
zget($stepResult, 'name', '')
|
||||
),
|
||||
div(html(nl2br(zget($stepResult, 'desc', ''))))
|
||||
div(setClass('wrap break-all'), html(nl2br(zget($stepResult, 'desc', ''))))
|
||||
)
|
||||
),
|
||||
$itemTds
|
||||
|
||||
@@ -137,12 +137,12 @@ if($confirm != 'yes')
|
||||
setClass('step-item-id mr-2'),
|
||||
$step->name
|
||||
),
|
||||
div(html(html_entity_decode(nl2br(zget($step, 'desc', '')))))
|
||||
div(setClass('wrap break-all'), html(html_entity_decode(nl2br(zget($step, 'desc', '')))))
|
||||
)
|
||||
),
|
||||
h::td
|
||||
(
|
||||
setClass('text-left border'),
|
||||
setClass('text-left border break-all'),
|
||||
html(html_entity_decode(nl2br(zget($step, 'expect'))))
|
||||
),
|
||||
h::td
|
||||
|
||||
Reference in New Issue
Block a user