Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/components/CapacityBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const CapacityBar = <T extends number | bigint>({
const unitElt = includeUnit ? <>&nbsp;{unit}</> : null

return (
<div className="w-full min-w-min rounded-lg border border-default">
<div className="w-full min-w-min rounded-lg border border-default lg+:max-w-[50%]">
<div className="flex justify-between p-3">
<TitleCell icon={icon} title={title} unit={unit} />
<PctCell pct={pct} />
Expand Down