Fix subtle font clipping in Admin Chronograf table headers

Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
pull/10616/head
Jared Scheib 2018-01-11 18:20:53 -08:00
parent 34fd8970ac
commit 9a52d55aea
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
font-size: 17px;
font-weight: 400 !important;
color: $g12-forge;
padding: 0;
padding: 6px 0;
}
.panel-body {min-height: 300px;}
.panel-heading + .panel-body {padding-top: 0;}