Skip to content

Commit

Permalink
Merge pull request #367 from newrelic/zstickles/prop-overlap-fixes
Browse files Browse the repository at this point in the history
Fix prop overlap issue on mobile
  • Loading branch information
zstix authored Jul 1, 2020
2 parents 0b4935f + 074c97a commit 21e4e5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/PropList.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
padding-bottom: 2rem;
border-bottom: solid var(--color-neutrals-200) 1px;
}

@media (max-width: 1080px) {
grid-template-columns: 100%;
}
}

.propName {
Expand Down

0 comments on commit 21e4e5f

Please sign in to comment.