Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
#921 Nowrap for header
Browse files Browse the repository at this point in the history
  • Loading branch information
damianprzygodzki committed Jun 26, 2017
1 parent 3451a82 commit 292abc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/assets/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@
}

.subheader-header {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
padding: .75rem 1.25rem;
color: $brand-color-primary;
font-size: 1.1rem;
Expand Down

0 comments on commit 292abc4

Please sign in to comment.