aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/HomepageFeatures/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx
index 753e895..f273580 100644
--- a/src/components/HomepageFeatures/index.tsx
+++ b/src/components/HomepageFeatures/index.tsx
@@ -88,7 +88,7 @@ function Feature({ n, title, showcase, description, buttonText }: FeatureItem) {
// <CodeFrame language={showcase.language}>{showcase.code}</CodeFrame>
<CodeBlock
showLineNumbers
- className="!rounded-none !mb-0"
+ className="!rounded-none !mb-0 !overflow-hidden"
language={showcase.language}
>
{showcase.code}