We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5904452 commit e9f89e2Copy full SHA for e9f89e2
1 file changed
examples/react-app/src/components/functions/PrivateInputs.tsx
@@ -493,7 +493,7 @@ export function PrivateInputs() {
493
</div>
494
<div className="space-y-2">
495
{(algorithmsAllowed ?? []).length === 0 ? (
496
- <p className="body-m bg-background text-foreground rounded-md border border-dashed border-foreground/40 px-3 py-2">
+ <p className="body-m bg-background text-foreground w-fit rounded-md border border-dashed border-foreground/40 px-3 py-2">
497
No grants — derived inputs disabled
498
</p>
499
) : (
0 commit comments