Skip to content

Commit

Permalink
Merge pull request #5949 from dodona-edu/fix/broken-toogle-group
Browse files Browse the repository at this point in the history
Fix broken graph toggles layout for long series names
  • Loading branch information
jorg-vr authored Nov 19, 2024
2 parents 429e80e + 7edffdd commit 9b12641
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/components/btn.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -383,3 +383,7 @@
--d-btn-color-rgb: var(--d-success-rgb);
--d-on-btn-color: var(--d-on-success);
}

.btn-toggle {
min-width: fit-content;
}

0 comments on commit 9b12641

Please sign in to comment.