From 60c6c6b62422cbf659b728a0a3c30725f59c7a8a Mon Sep 17 00:00:00 2001 From: Richard Marsot Date: Mon, 11 Mar 2024 11:58:04 -0400 Subject: [PATCH] change to auto-fill for the links in shortcuts --- src/components/Pega_Extensions_Shortcuts/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Pega_Extensions_Shortcuts/styles.ts b/src/components/Pega_Extensions_Shortcuts/styles.ts index 56a4d21..892b1d8 100644 --- a/src/components/Pega_Extensions_Shortcuts/styles.ts +++ b/src/components/Pega_Extensions_Shortcuts/styles.ts @@ -3,7 +3,7 @@ import styled, { css } from 'styled-components'; export default styled.div(() => { return css` display: grid; - grid-template-columns: repeat(auto-fit, minmax(20ch, 1fr)); + grid-template-columns: repeat(auto-fill, minmax(20ch, 1fr)); grid-gap: 1rem; grid-template-rows: repeat(1, 1fr); & > a {