Skip to content

Commit

Permalink
fix: prevent long budget names from overflowing into months
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphe committed May 7, 2020
1 parent a25d05c commit dc16759
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/CategorySidebar/CategorySidebar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
transition: height 200ms ease-out;
padding: 0.5rem 1rem;
h3 {
max-width: calc(var(--sidebar-width) - 2rem);
text-overflow: ellipsis;
overflow: hidden;
margin: 0;
}
}
Expand Down

0 comments on commit dc16759

Please sign in to comment.