Skip to content

Commit

Permalink
chore: remove button-group class (#54966)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilenia-magoni committed May 24, 2024
1 parent 202ac95 commit eeb7cb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions client/src/components/layouts/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -418,9 +418,6 @@ fieldset[disabled] .btn-primary.focus {
}
}

.button-group .btn:not(:last-child) {
margin-bottom: 10px;
}
strong {
color: var(--secondary-color);
}
Expand Down
2 changes: 1 addition & 1 deletion client/src/templates/Challenges/components/tool-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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' : ''
}`}
>
Expand Down

0 comments on commit eeb7cb0

Please sign in to comment.