Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fixes #5107 - Tools hidden behind shot at smaller width (#5112)
Browse files Browse the repository at this point in the history
  • Loading branch information
punamdahiya authored and jaredhirsch committed Nov 1, 2018
1 parent 7c593d4 commit 56b4321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/partials/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

@include respond-to("large") {
@include flex-container(row, center, center);
flex-basis: 96px;
flex-basis: $grid-unit * 4.8;
}

background-color: $light-default;
display: flex;
flex-basis: 70px;
flex-basis: $grid-unit * 6.5;
height: 100%;
width: 100%;

Expand Down

0 comments on commit 56b4321

Please sign in to comment.