diff --git a/src/components/PropList.module.scss b/src/components/PropList.module.scss index f99884930..3307ba561 100644 --- a/src/components/PropList.module.scss +++ b/src/components/PropList.module.scss @@ -1,6 +1,6 @@ .container { display: grid; - grid-template-columns: 30% 1fr; + grid-template-columns: 30% minmax(0, 1fr); grid-gap: 1rem; &:not(:last-child) {