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.
1 parent 12031ef commit 0fe73c2Copy full SHA for 0fe73c2
src/components/CopyPageButton.tsx
@@ -140,7 +140,7 @@ export default function CopyPageButton() {
140
<button
141
ref={refs.setReference}
142
{...getReferenceProps()}
143
- className="inline-flex h-8 min-w-32 cursor-pointer items-center justify-center gap-2 rounded-sm border border-(--sl-color-hairline) bg-transparent px-3 text-sm text-black hover:bg-(--sl-color-bg-nav)"
+ className="inline-flex min-h-8 min-w-32 cursor-pointer items-center justify-center gap-2 rounded-sm border border-(--sl-color-hairline) bg-transparent px-3 text-sm text-black hover:bg-(--sl-color-bg-nav)"
144
>
145
{getButtonContent()}
146
</button>
0 commit comments