Skip to content

Commit

Permalink
Align phased data left, give value blocks fixed min width.
Browse files Browse the repository at this point in the history
  • Loading branch information
fwaalkens committed Oct 23, 2023
1 parent 3beb407 commit 6489591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Marine2/components/ui/ValueBar/ValueBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const ValueBar = ({ values, prefix, forcePowerUnit, status }: Props) => (
unit={v.unit}
hideDecimal={v.hideDecimal}
forcePowerUnit={forcePowerUnit}
className="md:min-w-[125px] text-black dark:text-victron-gray-600 tabular-nums"
className="md:min-w-[110px] bg-red-900 text-black dark:text-victron-gray-600 tabular-nums"
status={status}
/>
))}
Expand Down

0 comments on commit 6489591

Please sign in to comment.