Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcho committed Dec 2, 2024
1 parent 6d1ce51 commit 7c5fab5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/components/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,16 @@
.markdown code {
margin: 0;
padding: 0;
font-size: 1em;
}

.markdown table {
display: block;
overflow-x: scroll;
max-width: 100%;
border: 1px solid;
}

.markdown tr, th, td {
border: 1px solid;
}

0 comments on commit 7c5fab5

Please sign in to comment.