Skip to content

Commit

Permalink
fix(ui): fix sidebar menu items too small (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: Javi Aguilar <[email protected]>
  • Loading branch information
jrson83 and itsjavi authored Sep 24, 2023
1 parent d88a77a commit 88c5bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/storylite/src/styles/components/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@
.storylite-sidebar-nav .storylite-navbtn {
all: unset;
appearance: none;
padding: 0.5rem 1rem;
padding: 0.46rem 1rem;
font-size: 0.8rem;
line-height: 1rem;
line-height: 1.1rem;
color: inherit;
display: inline-flex;
align-items: center;
Expand Down

0 comments on commit 88c5bd1

Please sign in to comment.