Commit 0c9da2e4 authored by Clement Ho's avatar Clement Ho

Remove top margin for bootstrap popover headers

parent 70bc8665
......@@ -173,6 +173,12 @@ table {
display: none;
}
h3.popover-header {
// Default bootstrap popovers use <h3>
// which we default to having a top margin
margin-top: 0;
}
// Add to .label so that old system notes that are saved to the db
// will still receive the correct styling
.badge,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment