1@import 'extends';
2
3/**
4 * This is a fix to make the tab resized to the surrounding md-content when
5 * its content is too large. Initially observed with events and tasks lists
6 * in the Calendar module and Angular Material 1.1.1.
7 */
8md-tab-content > div {
9  overflow: hidden;
10}
11