Skip to content

Commit ffc708b

Browse files
author
Matt Lewis
committed
fix(dayView): force hour segments to be 30px in height for non bootstrap users
Closes #260
1 parent 0bc7bf2 commit ffc708b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scss/day-view.scss

+2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
background-color: #fafafa;
1111
}
1212

13+
mwl-calendar-day-view-hour-segment, // fix for https://github.com/mattlewis92/angular-calendar/issues/260
1314
.cal-hour-segment {
15+
display: block;
1416
height: 30px;
1517
}
1618

0 commit comments

Comments
 (0)