Skip to content

Commit

Permalink
Fix: Sidebar width on active
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRasho committed Nov 7, 2023
1 parent 7b70ff3 commit 6e0875c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/organisms/sideBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const props = defineProps({
.active {
padding: 3ch;
width: 39ch;
width: 46ch;
overflow: visible;
}
</style>

0 comments on commit 6e0875c

Please sign in to comment.