Skip to content

Commit

Permalink
fix(xod-client): prevent sidebar contents from overflowing sidebar ti…
Browse files Browse the repository at this point in the history
…tle when expanding
  • Loading branch information
evgenykochetkov committed Feb 26, 2019
1 parent b2d2b56 commit 0097631
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

.Sidebar-title {
display: flex;
flex-shrink: 0;
height: 28px;
margin: 0;
background: $sidebar-color-bg;
Expand Down

0 comments on commit 0097631

Please sign in to comment.