Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
fix(SidebarItem): add margin to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor committed Dec 3, 2023
1 parent 4bc1ac1 commit 8f1593a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/sidebar-item/sidebar-item.module.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.sidebarItem {
flex: 1;
min-width: 0;
margin-right: var(--sb-spacing-medium);

.name {
text-overflow: ellipsis;
Expand Down

0 comments on commit 8f1593a

Please sign in to comment.