diff --git a/src/assets/css/main.css b/src/assets/css/main.css index 23998a10c..7d671e996 100644 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -247,7 +247,6 @@ font-family: 'Plus Jakarta Sans', sans-serif; } pre[class*="language-"] { - overflow-x: scroll !important; width: 100%; } diff --git a/src/components/PluginCommandsSection.vue b/src/components/PluginCommandsSection.vue index 866d7d536..a22aba8a5 100644 --- a/src/components/PluginCommandsSection.vue +++ b/src/components/PluginCommandsSection.vue @@ -32,7 +32,7 @@ export default { diff --git a/src/components/PluginPrereqSection.vue b/src/components/PluginPrereqSection.vue index acd91142d..a49131a99 100644 --- a/src/components/PluginPrereqSection.vue +++ b/src/components/PluginPrereqSection.vue @@ -23,5 +23,3 @@ export default { props: ["plugin", "plugin_type"], }; - -