Skip to content

Commit

Permalink
fix: trim long categories
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphe committed Apr 21, 2020
1 parent 043c369 commit 12a8ef9
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
@@ -1,3 +1,6 @@
.row {
padding-left: calc(5px + var(--indent) * 10px);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

0 comments on commit 12a8ef9

Please sign in to comment.