We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f4b86 commit 0f4bed0Copy full SHA for 0f4bed0
app/components/CapacityBar.tsx
@@ -32,7 +32,7 @@ export const CapacityBar = <T extends number | bigint>({
32
const unitElt = includeUnit ? <> {unit}</> : null
33
34
return (
35
- <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%]">
36
<div className="flex justify-between p-3">
37
<TitleCell icon={icon} title={title} unit={unit} />
38
<PctCell pct={pct} />
0 commit comments