Skip to content

Commit 977c344

Browse files
authored
fix(dayView): correct events dimensions for apps without bootstrap
Fixes #201
1 parent 3fa2e80 commit 977c344

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/day-view.scss

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
text-overflow: ellipsis;
5454
white-space: nowrap;
5555
height: 100%;
56+
box-sizing: border-box;
5657
}
5758

5859
.cal-draggable {

0 commit comments

Comments
 (0)