mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Card: add missing padding (#32702)
This commit is contained in:
parent
2fd6ed5cf8
commit
a626d844cb
@ -75,7 +75,7 @@ export const WithTags: Story<Props> = ({ disabled }) => {
|
||||
|
||||
export const WithMedia: Story<Props> = ({ disabled }) => {
|
||||
return (
|
||||
<Card href="https://ops-us-east4.grafana.net/api/prom" heading="1-ops-tools1-fallback" disabled={disabled}>
|
||||
<Card heading="1-ops-tools1-fallback" disabled={disabled}>
|
||||
<Card.Meta>
|
||||
Prometheus
|
||||
<a key="link2" href="https://ops-us-east4.grafana.net/api/prom">
|
||||
|
@ -37,7 +37,7 @@ const CardInner: FC<CardInnerProps> = ({ children, href }) => {
|
||||
{children}
|
||||
</a>
|
||||
) : (
|
||||
<>{children}</>
|
||||
<div className={styles.innerLink}>{children}</div>
|
||||
);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user