Skip to content

Commit

Permalink
Merge pull request #424 from huridocs/hotfix/header-title
Browse files Browse the repository at this point in the history
LGTM
  • Loading branch information
txau authored Sep 16, 2016
2 parents 5bb7754 + 7ec43b1 commit 128db29
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/react/App/scss/layout/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ header {
font-family: $f-special;
font-weight: 300;
margin: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: calc(100% - 54*2px);
@media(min-width: 1024px) {
padding: 0 15px;
Expand All @@ -24,7 +21,11 @@ header {
}

a {
display: inline-block;
display: block;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: 56px;
height: 54px;
color: $c-black;
Expand Down

0 comments on commit 128db29

Please sign in to comment.