Skip to content

Commit 81f89a4

Browse files
authored
Merge pull request #1 from kenjitagawa/main
Fix TransactionalAPI preview display overflow issue
2 parents 9d7d235 + b7e9ee0 commit 81f89a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TransactionalAPIPreview.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div
66
class="bg-gradient-to-br from-gray-200 via-gray-200 to-primary/80 p-px rounded-lg mt-4 opacity-65"
77
>
8-
<div class="bg-gray-900 rounded-lg p-4 h-40 flex flex-col overflow-hidden">
8+
<div class="bg-gray-900 rounded-lg p-4 min-h-40 flex flex-col overflow-hidden">
99
<!-- Terminal Header -->
1010
<div class="flex items-center gap-2 mb-3">
1111
<div class="flex gap-1">

0 commit comments

Comments
 (0)