Fix composer not having any padding on the bottom (d/t header height miscalculation)

This commit is contained in:
Toby Zerner 2015-03-20 10:36:55 +10:30
parent 005880ba40
commit 0f682c8034

View File

@ -12,7 +12,7 @@
}
.composer-header {
list-style: none;
padding: 0;
padding: 1px 0;
margin: 0;
& h3 {
@ -194,9 +194,6 @@
margin-left: 0;
}
}
.composer-header h3 {
margin-top: 5px;
}
.composer-editor {
.minimized & {
visibility: hidden;