Skip to content

Commit

Permalink
adapt to height of widget
Browse files Browse the repository at this point in the history
  • Loading branch information
ehammond committed Jan 6, 2025
1 parent 83eb6fd commit 32482cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/DemoAwsCli.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function DemoAwsCli() {
return (
<div className="space-y-4">
<div className="relative bg-gray-800 rounded-lg overflow-hidden">
<div className="w-full" style={{ height: '23.5rem' }}>
<div className="w-full">
<div id="asciicast-container"></div>
</div>
</div>
Expand Down

0 comments on commit 32482cf

Please sign in to comment.