diff --git a/src/runboat/webui/builds.html b/src/runboat/webui/builds.html
index b78e2e1..bc166c6 100644
--- a/src/runboat/webui/builds.html
+++ b/src/runboat/webui/builds.html
@@ -1,6 +1,15 @@
Runboat builds
+
@@ -30,6 +39,7 @@
var rowElement = document.getElementById(rowId);
if (!rowElement) {
rowElement = document.createElement("div");
+ rowElement.class = "row";
rowElement.id = rowId;
document.getElementById("builds").appendChild(rowElement);
}