mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-01 17:03:30 -05:00
chore: remove button-group class (#54966)
This commit is contained in:
@@ -418,9 +418,6 @@ fieldset[disabled] .btn-primary.focus {
|
||||
}
|
||||
}
|
||||
|
||||
.button-group .btn:not(:last-child) {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
strong {
|
||||
color: var(--secondary-color);
|
||||
}
|
||||
|
||||
@@ -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' : ''
|
||||
}`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user