Skip to content

Commit c55e36c

Browse files
committed
Remove height constraint
1 parent c03e9ab commit c55e36c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/components/EnumerationDemo.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ const EnumerationDemo: React.FC<EnumerationDemoProps> = ({
540540
</CardTitle>
541541
</CardHeader>
542542
<CardContent>
543-
<svg viewBox='0 0 400 400' className='w-full h-33 mb-4'>
543+
<svg viewBox='0 0 400 400' className='w-full mb-4'>
544544
{columns.map((col, i) => (
545545
<text
546546
key={i}

src/index.css

-4
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,6 @@
120120
}
121121

122122
/* Add responsive utilities */
123-
.h-33 {
124-
height: 33rem;
125-
}
126-
127123
.w-full {
128124
width: 100%;
129125
}

0 commit comments

Comments
 (0)