Skip to content
Snippets Groups Projects
Unverified Commit 842f3f35 authored by Nicolò Pretto's avatar Nicolò Pretto Committed by GitHub
Browse files

fix: make cards the same height in the share modal (#49298)

parent 53518074
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,6 @@ export function SelectEmbedTypePane({
to={interactiveEmbeddingCta.url}
target={interactiveEmbeddingCta.target}
rel="noreferrer"
style={{ height: "100%" }}
>
<SharingPaneButton
title={t`Interactive embedding`}
......@@ -133,12 +132,7 @@ export function SelectEmbedTypePane({
</Link>
{/* REACT SDK */}
<a
href={sdkUrl}
style={{ height: "100%" }}
target="_blank"
rel="noreferrer"
>
<a href={sdkUrl} target="_blank" rel="noreferrer">
<SharingPaneButton
title={t`Embedded analytics SDK`}
badge={
......
......@@ -30,7 +30,7 @@ export const SharingPaneButton = ({
withBorder
data-testid={dataTestId}
onClick={onClick}
h="100%"
mih="100%"
pos="relative"
w={"22rem"}
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment