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 {