Removes excess margins on host view graph containers

pull/517/head
Alex P 2016-11-11 15:30:41 -08:00
parent c2fa53cdbe
commit e126ef5169
1 changed files with 1 additions and 2 deletions

View File

@ -150,13 +150,12 @@
max-width: 100%;
}
.graph-panel__graph-container.hosts-graph {
margin-bottom: 15px;
padding: 8px 16px;
}
.hosts-graph-heading {
display: block;
width: 100%;
margin: 15px 0 0 0;
margin: 0;
background-color: $g5-pepper;
padding: 8px 16px;
font-weight: 500;