Skip to content

Commit

Permalink
fix: Code block content overflowing (#1754)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenFrankel authored May 3, 2024
1 parent b98a38a commit cffd87b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ font-family: 'Plus Jakarta Sans', sans-serif;
}

pre[class*="language-"] {
overflow-x: scroll !important;
width: 100%;
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/PluginCommandsSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default {
</script>

<style>
pre {
span > pre {
display: inline-block;
}
</style>
2 changes: 0 additions & 2 deletions src/components/PluginPrereqSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ export default {
props: ["plugin", "plugin_type"],
};
</script>

<style></style>

0 comments on commit cffd87b

Please sign in to comment.