Skip to content

Commit

Permalink
fix sidebar width issue
Browse files Browse the repository at this point in the history
  • Loading branch information
azouaoui-med committed Jun 5, 2020
1 parent 54911b3 commit ff49ec3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scss/partials/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
color: $sidebar-color;
height: 100%;
width: $sidebar-width;
min-width: $sidebar-width;
text-align: left;
transition: width, left, right, 0.3s;
position: relative;
Expand Down Expand Up @@ -85,6 +86,7 @@

&.collapsed {
width: $sidebar-collapsed-width;
min-width: $sidebar-collapsed-width;
}

&.rtl {
Expand Down

0 comments on commit ff49ec3

Please sign in to comment.