Skip to content

Commit

Permalink
tweak css
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenedetto committed Dec 6, 2024
1 parent 9ebce47 commit 8c711c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type Props = {
const ColorExamples = ( {
colors,
type,
templateColumns = 'repeat(auto-fill, minmax(400px, 1fr))',
templateColumns = '1fr 1fr',
itemHeight = '52px',
}: Props ): JSX.Element | null => {
if ( ! colors ) {
Expand Down
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/style-book/examples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function getOverviewBlockExamples(
<ColorExamples
colors={ themePalette.colors }
type={ colors }
templateColumns="repeat(auto-fill, minmax(200px, 1fr))"
templateColumns="repeat(auto-fill, minmax( 200px, 1fr ))"
itemHeight="32px"
/>
),
Expand Down

0 comments on commit 8c711c1

Please sign in to comment.