From 608cd5cde55730a573f2a051ef7cd7bed95e5105 Mon Sep 17 00:00:00 2001 From: Lorenzo Natali Date: Fri, 13 Oct 2023 10:21:50 +0200 Subject: [PATCH] Fix #9594 advanced search buttons style fix (#9595) * Fixed advanced search button * Fixed save loading spinner --- web/client/components/catalog/CatalogServiceEditor.jsx | 4 ++-- web/client/components/misc/switch/SwitchToolbar.jsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/client/components/catalog/CatalogServiceEditor.jsx b/web/client/components/catalog/CatalogServiceEditor.jsx index 1a332f73fb..b4e747e75b 100644 --- a/web/client/components/catalog/CatalogServiceEditor.jsx +++ b/web/client/components/catalog/CatalogServiceEditor.jsx @@ -6,7 +6,7 @@ * LICENSE file in the root directory of this source tree. */ import React, {useState} from 'react'; -import Spinner from "react-spinkit"; +import Loader from '../misc/Loader'; import { FormGroup, Form, Col } from "react-bootstrap"; @@ -93,7 +93,7 @@ export default ({ {service && !service.isNew diff --git a/web/client/components/misc/switch/SwitchToolbar.jsx b/web/client/components/misc/switch/SwitchToolbar.jsx index ad3b83beb9..317dec7b66 100644 --- a/web/client/components/misc/switch/SwitchToolbar.jsx +++ b/web/client/components/misc/switch/SwitchToolbar.jsx @@ -40,7 +40,7 @@ class SwitchToolbar extends React.Component { }} btnGroupProps={{ style: { - margin: 10 + margin: 5 } }} buttons={[