refactor(calendar,popularApp,tabs): fix little issues

pull/3/head
alex 2016-03-01 20:10:56 +03:00
parent 2c42240db8
commit fba1717092
3 changed files with 2 additions and 3 deletions

View File

@ -11,6 +11,7 @@
}
.tab-content {
width: calc(100% - 100px);
overflow-y: auto;
}
}

View File

@ -129,8 +129,6 @@ div.blurCalendar{
.fc-icon {
display: inline-block;
font-size: 2em;
line-height: .5em;
height: .5em;
font-family: "Courier New", Courier, monospace;
}

View File

@ -1,5 +1,5 @@
.popular-app {
.panel-body {
&>.panel-body {
padding: 0;
}