Skip to content
Snippets Groups Projects
Unverified Commit 949919a3 authored by metabase-bot[bot]'s avatar metabase-bot[bot] Committed by GitHub
Browse files

adjust padding for small cards (#39811) (#39864)

parent b688f135
Branches
Tags
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