Skip to content

Commit 368450b

Browse files
committed
fix: margin in ticket's timeline
1 parent b4f7089 commit 368450b

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
@@ -409,7 +409,7 @@ public function displaySimplified($options = []) {
409409
}
410410
}
411411

412-
echo "<div class='tab-content p-2 flex-grow-1 card border-start-0'>";
412+
echo "<div class='tab-content card-tabs p-2 flex-grow-1 card border-start-0'>";
413413
$item->showForm($item->getID());
414414
echo "</div>";
415415
} else {

0 commit comments

Comments
 (0)