diff --git a/ui/index.html b/ui/index.html
index 6def4d6ab7..d59a5fb17b 100644
--- a/ui/index.html
+++ b/ui/index.html
@@ -264,7 +264,7 @@
{{#each check in node.Checks }}
-
-
{{ check.Name }} {{ check.CheckID }} {{check.Status}}
+ {{ check.Name }} {{ check.CheckID }} {{check.Status}}
{{/each}}
diff --git a/ui/styles/_panels.scss b/ui/styles/_panels.scss
index c7388f41e0..085728d68d 100644
--- a/ui/styles/_panels.scss
+++ b/ui/styles/_panels.scss
@@ -34,9 +34,12 @@
font-size: 14px;
color: $text-color;
}
- h5 {
+ h5 {
font-size: 12px;
}
+ h4.check {
+ font-size: 16px;
+ }
}
.panel-bar {