Skip to content

Commit

Permalink
Fix broken graph toggles layou for long series names
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Nov 19, 2024
1 parent 429e80e commit 7edffdd
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 7edffdd

Please sign in to comment.