Fix inline panel heading height

This commit is contained in:
Douwe Maan 2015-12-15 17:31:07 +01:00
parent 4493d3fd55
commit f31dfae28a
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,6 @@
.panel-heading {
padding: 7px $gl-padding;
line-height: 42px !important;
}
.panel-body {
@ -15,3 +14,7 @@
}
}
}
.container-blank .panel .panel-heading {
line-height: 42px !important;
}