Skip to content

Commit

Permalink
fixing margin alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
mokelgit committed Sep 16, 2024
1 parent 37fe732 commit 85ba9fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/layout/Economics/ChainBreakdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1290,11 +1290,11 @@ export default function ChainBreakdown({
] >
0
? "flex-row"
: "flex-row-reverse pl-[15px]"
: "flex-row-reverse pl-[16px]"
} ${columnBorder("margin", item.key)}`}
>
<div
className={`min-w-[62px] max-w-[62px] text-[12px] font-semibold gap-x-[1px] flex items-center ${
className={`min-w-[61px] max-w-[61px] text-[12px] font-semibold flex items-center ${
data[item.key][selectedTimespan].profit.total[
dataIndex
] > 0
Expand Down

0 comments on commit 85ba9fc

Please sign in to comment.