From 34276301c31dc1b464d79a07e25a347968e78313 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Tue, 24 Jan 2023 13:35:57 +0100 Subject: Fix Settings UI (Discord removed default margins --- src/components/PluginSettings/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/PluginSettings/index.tsx') diff --git a/src/components/PluginSettings/index.tsx b/src/components/PluginSettings/index.tsx index 4b6abdd..f439753 100644 --- a/src/components/PluginSettings/index.tsx +++ b/src/components/PluginSettings/index.tsx @@ -296,7 +296,7 @@ export default ErrorBoundary.wrap(function PluginSettings() { } return ( - + -- cgit