Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into gui-v2-qrcode
Browse files Browse the repository at this point in the history
  • Loading branch information
mman committed Sep 12, 2024
2 parents b25a211 + 8eb1f86 commit 022521a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const BatterySummary: FC<Props> = ({ battery, boxSize }) => {
}

return (
<div className="flex flex-col justify-center items-center w-full h-full">
<div className="flex flex-col min-w-0 justify-center items-center w-full h-full">
<ProgressCircle percentage={battery.soc ?? null} boxSize={size}>
<BatteryValues battery={battery} boxSize={size} />
</ProgressCircle>
Expand Down

0 comments on commit 022521a

Please sign in to comment.