From d21b221575bbbde3298441878e29efa46b6038c5 Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Mon, 29 May 2023 18:40:17 +0200 Subject: [PATCH] quick fix: overwrite plugin list marginTop to be always 0 --- frontend/src/components/settings/pages/plugin_list/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/settings/pages/plugin_list/index.tsx b/frontend/src/components/settings/pages/plugin_list/index.tsx index ce3493939..17f6d99d3 100644 --- a/frontend/src/components/settings/pages/plugin_list/index.tsx +++ b/frontend/src/components/settings/pages/plugin_list/index.tsx @@ -183,7 +183,7 @@ export default function PluginList() { )} - + entries={pluginEntries} onSave={onSave} interactables={PluginInteractables} />