Skip to content

Commit

Permalink
fix: Ensure right-column on prop list does not overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 16, 2020
1 parent 6e94f13 commit de6e2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PropList.module.scss
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit de6e2df

Please sign in to comment.