Skip to content

Commit

Permalink
Merge pull request #145 from UniversityofHelsinki/header_bar_tweaks
Browse files Browse the repository at this point in the history
Allow header bar left to shrink
  • Loading branch information
samuli-as authored Aug 3, 2018
2 parents d6db079 + 6f7b3c0 commit bc18f37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2804,8 +2804,8 @@ a.label:hover {
.l-header-bar__left {
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-negative: 1;
flex-shrink: 1;
padding: 10px 0;
}

Expand Down
2 changes: 1 addition & 1 deletion sass/layouts/common/_l-header-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

.l-header-bar__left {
flex-grow: 1;
flex-shrink: 0;
flex-shrink: 1;
padding: 10px 0;

@include breakpoint($medium) {
Expand Down

0 comments on commit bc18f37

Please sign in to comment.