chore: remove button-group class (#54966)

This commit is contained in:
Ilenia
2024-05-24 18:22:54 +02:00
committed by GitHub
parent 202ac95847
commit eeb7cb090e
2 changed files with 1 additions and 4 deletions

View File

@@ -418,9 +418,6 @@ fieldset[disabled] .btn-primary.focus {
}
}
.button-group .btn:not(:last-child) {
margin-bottom: 10px;
}
strong {
color: var(--secondary-color);
}

View File

@@ -70,7 +70,7 @@ function ToolPanel({
const { t } = useTranslation();
return (
<div
className={`tool-panel-group button-group ${
className={`tool-panel-group ${
isMobile ? 'tool-panel-group-mobile' : ''
}`}
>