Skip to content

Commit 3a13ad1

Browse files
committed
fix(scss): Change month-view header text-overflow to ellipsis
fixes mattlewis92#59
1 parent 595f115 commit 3a13ad1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scss/month-view.scss

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
.cal-header .cal-cell {
1212
padding: 5px 0;
13+
overflow: hidden;
14+
text-overflow: ellipsis;
15+
display: block;
16+
white-space: nowrap;
1317
}
1418

1519
.cal-cell-row .cal-cell:hover,

0 commit comments

Comments
 (0)