Skip to content

Commit

Permalink
[fixed] agenda header display
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Dec 13, 2015
1 parent 96228ad commit ebf8908
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
}

.rbc-header {
&:extend(.rbc-ellipsis);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 0 3px;
text-align: center;
vertical-align: middle;
Expand Down

0 comments on commit ebf8908

Please sign in to comment.