Skip to content
Snippets Groups Projects
Unverified Commit c06291d6 authored by Raphael Krut-Landau's avatar Raphael Krut-Landau Committed by GitHub
Browse files

Restore logo margin (#40417)

parent 3f42b5ac
No related branches found
No related tags found
No related merge requests found
import { css } from "@emotion/react";
import styled from "@emotion/styled";
import Link from "metabase/core/components/Link";
......@@ -13,4 +14,9 @@ export const LogoLink = styled(Link)<{ isSmallAppBar: boolean }>`
max-width: 14rem;
line-height: 0;
opacity: 1;
${props =>
!props.isSmallAppBar &&
css`
margin-inline-end: 2rem;
`}
`;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment