We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d7d235 + b7e9ee0 commit 81f89a4Copy full SHA for 81f89a4
src/components/TransactionalAPIPreview.astro
@@ -5,7 +5,7 @@
5
<div
6
class="bg-gradient-to-br from-gray-200 via-gray-200 to-primary/80 p-px rounded-lg mt-4 opacity-65"
7
>
8
- <div class="bg-gray-900 rounded-lg p-4 h-40 flex flex-col overflow-hidden">
+ <div class="bg-gray-900 rounded-lg p-4 min-h-40 flex flex-col overflow-hidden">
9
<!-- Terminal Header -->
10
<div class="flex items-center gap-2 mb-3">
11
<div class="flex gap-1">
0 commit comments