diff --git a/plugins/caspar/app/components/ServerInput/index.jsx b/plugins/caspar/app/components/ServerInput/index.jsx index c970f8e..70abcb6 100644 --- a/plugins/caspar/app/components/ServerInput/index.jsx +++ b/plugins/caspar/app/components/ServerInput/index.jsx @@ -45,8 +45,8 @@ export const ServerInput = ({ data = {}, onChange = () => {}, onDelete = () => { -
-
+
+
diff --git a/plugins/caspar/app/components/ServerInput/style.css b/plugins/caspar/app/components/ServerInput/style.css index 7847cb9..5de1b07 100644 --- a/plugins/caspar/app/components/ServerInput/style.css +++ b/plugins/caspar/app/components/ServerInput/style.css @@ -44,3 +44,7 @@ margin-top: 10px; border-top: 1px solid var(--base-color--shade1); } + +.ServerInput-actions .Button { + margin-bottom: 7px; +} \ No newline at end of file