Skip to content

Commit e9f89e2

Browse files
committed
fix: div
1 parent 5904452 commit e9f89e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/react-app/src/components/functions/PrivateInputs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ export function PrivateInputs() {
493493
</div>
494494
<div className="space-y-2">
495495
{(algorithmsAllowed ?? []).length === 0 ? (
496-
<p className="body-m bg-background text-foreground rounded-md border border-dashed border-foreground/40 px-3 py-2">
496+
<p className="body-m bg-background text-foreground w-fit rounded-md border border-dashed border-foreground/40 px-3 py-2">
497497
No grants — derived inputs disabled
498498
</p>
499499
) : (

0 commit comments

Comments
 (0)