Skip to content

Commit 80033ad

Browse files
committed
fix(wizard): adjustable width for ticket footer
1 parent 50cdc35 commit 80033ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/issue.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ public function displaySimplified(CommonDBTM $item, $options = []): void {
396396
echo '.itil-right-side { width: 0 !important }';
397397
echo '.itil-left-side { width: 100% !important }';
398398
echo '#itil-object-container .form-buttons span { display: none !important }';
399-
echo '#itil-object-container .form-buttons { flex: inherit; width: 89px}';
399+
echo '#itil-object-container .form-buttons { flex: inherit; width: auto}';
400400
echo "#itil-object-container .timeline-buttons { flex: 1 1 auto }";
401401
echo '</style>';
402402
$item->showForm($item->getID());

0 commit comments

Comments
 (0)