diff --git a/src/components/VencordSettings/SpecialCard.tsx b/src/components/VencordSettings/SpecialCard.tsx
index e694023ac..5d71aafd5 100644
--- a/src/components/VencordSettings/SpecialCard.tsx
+++ b/src/components/VencordSettings/SpecialCard.tsx
@@ -50,29 +50,20 @@ export function SpecialCard({ title, subtitle, description, cardImage, backgroun
{title}
{subtitle}
-
- {description.split("\n").map((line, index) => (
-
- {line}
-
-
- ))}
-
+ {description}
{children}
{
cardImage && (
- <>
-
-
-
- >
+
+
+
)
}
diff --git a/src/components/VencordSettings/specialCard.css b/src/components/VencordSettings/specialCard.css
index e2fcfb71c..5b1662641 100644
--- a/src/components/VencordSettings/specialCard.css
+++ b/src/components/VencordSettings/specialCard.css
@@ -34,6 +34,7 @@
color: black;
font-size: 1em;
margin-top: 1em;
+ white-space: pre-line;
}
.vc-special-seperator {