Skip to content

Commit

Permalink
fix(monthView): Change month-view header text-overflow to ellipsis (#60)
Browse files Browse the repository at this point in the history
Closes #59
  • Loading branch information
gordon-to authored and mattlewis92 committed Sep 8, 2016
1 parent 3536f14 commit 23ba526
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/month-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

.cal-header .cal-cell {
padding: 5px 0;
overflow: hidden;
text-overflow: ellipsis;
display: block;
white-space: nowrap;
}

.cal-cell-row .cal-cell:hover,
Expand Down

0 comments on commit 23ba526

Please sign in to comment.