From eeb7cb090ecfda65416c01b21741e4529d7f9a64 Mon Sep 17 00:00:00 2001 From: Ilenia <26656284+ilenia-magoni@users.noreply.github.com> Date: Fri, 24 May 2024 18:22:54 +0200 Subject: [PATCH] chore: remove `button-group` class (#54966) --- client/src/components/layouts/global.css | 3 --- client/src/templates/Challenges/components/tool-panel.tsx | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/client/src/components/layouts/global.css b/client/src/components/layouts/global.css index 1b2d47a83a9..8ff75faab0e 100644 --- a/client/src/components/layouts/global.css +++ b/client/src/components/layouts/global.css @@ -418,9 +418,6 @@ fieldset[disabled] .btn-primary.focus { } } -.button-group .btn:not(:last-child) { - margin-bottom: 10px; -} strong { color: var(--secondary-color); } diff --git a/client/src/templates/Challenges/components/tool-panel.tsx b/client/src/templates/Challenges/components/tool-panel.tsx index fb605c41db8..f70c71174b8 100644 --- a/client/src/templates/Challenges/components/tool-panel.tsx +++ b/client/src/templates/Challenges/components/tool-panel.tsx @@ -70,7 +70,7 @@ function ToolPanel({ const { t } = useTranslation(); return (