diff --git a/lib/riemann/dash/public/eventPane.js b/lib/riemann/dash/public/eventPane.js
index f1865dc..ada8973 100644
--- a/lib/riemann/dash/public/eventPane.js
+++ b/lib/riemann/dash/public/eventPane.js
@@ -17,7 +17,7 @@ var eventPane = (function() {
'
{{-description}}
');
var rowTemplate =
- _.template("{{-field}} | {{-value}} |
");
+ _.template('{{-field}} | {{-value}} |
');
// Hide the pane
var hide = function() {
diff --git a/lib/riemann/dash/views/css.scss b/lib/riemann/dash/views/css.scss
index 9e1b428..66fe72e 100644
--- a/lib/riemann/dash/views/css.scss
+++ b/lib/riemann/dash/views/css.scss
@@ -167,7 +167,12 @@ html,table {
.tags:before {
color: $grey;
- content: "tags: ";
+ content: "tags ";
+ }
+
+ .field-name {
+ color: $grey;
+ text-align: right;
}
.description {