Skip to content

Commit

Permalink
Remove height constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
rossta committed Jan 16, 2025
1 parent c03e9ab commit c55e36c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/EnumerationDemo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ const EnumerationDemo: React.FC<EnumerationDemoProps> = ({
</CardTitle>
</CardHeader>
<CardContent>
<svg viewBox='0 0 400 400' className='w-full h-33 mb-4'>
<svg viewBox='0 0 400 400' className='w-full mb-4'>
{columns.map((col, i) => (
<text
key={i}
Expand Down
4 changes: 0 additions & 4 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@
}

/* Add responsive utilities */
.h-33 {
height: 33rem;
}

.w-full {
width: 100%;
}
Expand Down

0 comments on commit c55e36c

Please sign in to comment.