Skip to content
Snippets Groups Projects
Unverified Commit 80703aa6 authored by Jesse Devaney's avatar Jesse Devaney Committed by GitHub
Browse files

adjust padding for small cards (#39811)

parent e8fc1a0a
Branches
Tags v0.12.0
No related merge requests found
......@@ -8,7 +8,7 @@ import {
} from "metabase/styled-components/theme";
const DEFAULT_CONTAINER_PADDING_SIZE = "0.75rem";
const SMALL_CONTAINER_PADDING_SIZE = "0.4rem";
const SMALL_CONTAINER_PADDING_SIZE = "0.3rem";
interface TextCardWrapperProps {
isSingleRow: boolean;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment