Skip to content

Commit

Permalink
fix: css for actions summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninad1306 committed Jan 22, 2025
1 parent 465eced commit 34f4095
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ class IMS extends reconciliation.reconciliation_tabs {
.join("");

const action_performed_html = `
<div class="action-performed-summary m-3 d-flex justify-content-around align-items-center" style="border-bottom: 1px solid var(--border-color);">
<div class="action-performed-summary mt-3 mb-3 w-100 d-flex justify-content-around align-items-center" style="border-bottom: 1px solid var(--border-color);">
${action_performed_cards}
</div>
`;
Expand Down

0 comments on commit 34f4095

Please sign in to comment.