Skip to content

Commit f6bd1fd

Browse files
author
Matt Lewis
committed
refactor: insert nbsp in correct place
1 parent bf6cf11 commit f6bd1fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scss/day-view.scss

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
height: 30px;
1515
}
1616

17+
.cal-hour-segment::after {
18+
content: '\00a0';
19+
}
20+
1721
.cal-hour:not(:last-child) .cal-hour-segment,
1822
.cal-hour:last-child :not(:last-child) .cal-hour-segment {
1923
border-bottom: thin dashed #e1e1e1;
@@ -26,10 +30,6 @@
2630
text-align: center;
2731
}
2832

29-
.cal-time::after {
30-
content: ' ';
31-
}
32-
3333
.cal-hour-segment:hover,
3434
.cal-drag-over .cal-hour-segment {
3535
background-color: #ededed;

0 commit comments

Comments
 (0)