Skip to content

Commit

Permalink
fix(dayView): correct events dimensions for apps without bootstrap
Browse files Browse the repository at this point in the history
Fixes #201
  • Loading branch information
mattlewis92 authored May 10, 2017
1 parent 3fa2e80 commit 977c344
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/day-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
text-overflow: ellipsis;
white-space: nowrap;
height: 100%;
box-sizing: border-box;
}

.cal-draggable {
Expand Down

0 comments on commit 977c344

Please sign in to comment.