diff --git a/stylesheets/components/Preferences.scss b/stylesheets/components/Preferences.scss index c41246e689..84f08fa914 100644 --- a/stylesheets/components/Preferences.scss +++ b/stylesheets/components/Preferences.scss @@ -155,6 +155,9 @@ } &__settings-row { + border: none; + padding: 0; + padding-bottom: 20px; h3 { diff --git a/ts/components/Preferences.tsx b/ts/components/Preferences.tsx index cf2a949787..cf9627e4f6 100644 --- a/ts/components/Preferences.tsx +++ b/ts/components/Preferences.tsx @@ -1324,10 +1324,10 @@ function SettingsRow({ className?: string; }): JSX.Element { return ( -