Skip to content

Commit

Permalink
fix: margin in ticket's timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Jan 26, 2022
1 parent b4f7089 commit 368450b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/issue.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ public function displaySimplified($options = []) {
}
}

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

0 comments on commit 368450b

Please sign in to comment.