Skip to content

Commit 2772597

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scss/month-view.scss

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.cal-header {
33
text-align: center;
44
font-weight: bolder;
5+
white-space: nowrap;
56
}
67

78
.cal-cell-row:hover {
@@ -10,6 +11,10 @@
1011

1112
.cal-header .cal-cell {
1213
padding: 5px 0;
14+
overflow: hidden;
15+
text-overflow: ellipsis;
16+
display: block;
17+
white-space: nowrap;
1318
}
1419

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

0 commit comments

Comments
 (0)