Skip to content

Commit

Permalink
Fix homepage and docs overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidmoreen committed Dec 20, 2024
1 parent 8571a62 commit b749b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/components/Home/Libraries.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,6 @@ const librariesData = {
/>
),
},
{
name: 'PHP',
url: '/docs/libraries/php',
icon: (
<CloudinaryImage
src="https://res.cloudinary.com/dmukukwp6/image/upload/posthog.com/contents/images/docs/integrate/php.svg"
alt="PHP"
/>
),
},
{
name: 'Ruby',
url: '/docs/libraries/ruby',
Expand Down
2 changes: 2 additions & 0 deletions src/components/Layout/Layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ pre {
}
}
table {
display: block;
margin-left: 0;
margin-right: 0;
margin-top: 0;
Expand All @@ -335,6 +336,7 @@ table {
padding-top: 0;
margin-bottom: 1.45rem;
line-height: 1.45rem;
overflow-x: auto;
width: 100%;
}
fieldset {
Expand Down

0 comments on commit b749b58

Please sign in to comment.