Skip to content

Commit

Permalink
change to auto-fill for the links in shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmars committed Mar 11, 2024
1 parent ee0f994 commit 60c6c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Pega_Extensions_Shortcuts/styles.ts
Expand Up @@ -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 {
Expand Down

0 comments on commit 60c6c6b

Please sign in to comment.