Skip to content

Commit

Permalink
fix: inline-code overflow (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickadamson authored Dec 6, 2023
1 parent 9f480b3 commit 247a420
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -587,5 +587,11 @@ html {

.tab-content>li.active {
display: initial;
overflow: auto;
}

.tab-content>li.active>pre {
overflow-x: scroll;
@apply p-5 -mt-4 bg-gray-200;
}
}

0 comments on commit 247a420

Please sign in to comment.