Skip to content

Commit

Permalink
Update table margin
Browse files Browse the repository at this point in the history
  • Loading branch information
carlagn committed Oct 15, 2024
1 parent d20a734 commit f2d62a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ kbd {
}

.mdx-table {
margin: 0px 0px 20px;
overflow-x: scroll;
}

Expand All @@ -406,7 +407,6 @@ table {
border: 1px solid var(--border-color);
border-radius: 8px;
border-spacing: 0px;
margin: 0 0px 20px;
white-space: inherit;
min-width: min-content;
max-width: 100%;
Expand Down

0 comments on commit f2d62a9

Please sign in to comment.