Skip to content

Commit

Permalink
AACP-416 : Fix Course Schedule bubble display
Browse files Browse the repository at this point in the history
Bootstrap box-sizing css was causing incorrect
height calculations in jquery timetable.
  • Loading branch information
MARGOVSKY, SERGE committed Jun 30, 2015
1 parent 76f9b4d commit 3fb57fe
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -71,6 +71,8 @@
font-size: .7em;

cursor: pointer;

box-sizing: content-box;
}

&.isStandaloneSchedule {
Expand Down

0 comments on commit 3fb57fe

Please sign in to comment.