aboutsummaryrefslogtreecommitdiff
path: root/src/components/VencordSettings
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/VencordSettings')
-rw-r--r--src/components/VencordSettings/settingsStyles.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/VencordSettings/settingsStyles.css b/src/components/VencordSettings/settingsStyles.css
index 4b1e16b..76064be 100644
--- a/src/components/VencordSettings/settingsStyles.css
+++ b/src/components/VencordSettings/settingsStyles.css
@@ -16,9 +16,8 @@
gap: 1em;
align-items: center;
justify-content: space-between;
- flex-wrap: wrap;
flex-grow: 1;
- flex-direction: row;
+ flex-flow: row wrap;
margin-bottom: 1em;
}