changed padding to pixels, fixes #9916 (#9924)

This commit is contained in:
Patrick O'Carroll 2017-11-20 10:05:18 +01:00 committed by Torkel Ödegaard
parent c1e5f5be87
commit 66e4297816

View File

@ -280,7 +280,7 @@
.graph-annotation__header {
background-color: $popover-border-color;
padding: 0.40rem 0.65rem;
padding: 6px 10px;
display: flex;
}