Skip to content

Commit

Permalink
Fix the style issue of cost in journal table.
Browse files Browse the repository at this point in the history
Adjust the spacing between price and cost so that the date in the cost is not compressed to the point where it cannot be seen.
  • Loading branch information
kba977 authored Oct 11, 2023
1 parent eb9a17d commit f927928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/css/journal-table.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
}

.journal p > .num {
width: 9rem;
width: 14rem;
border-left: 1px solid var(--table-border);
}

Expand Down

0 comments on commit f927928

Please sign in to comment.