summaryrefslogtreecommitdiff
path: root/web/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/index.css')
-rw-r--r--web/src/index.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/src/index.css b/web/src/index.css
index eddbca673..e186eeeda 100644
--- a/web/src/index.css
+++ b/web/src/index.css
@@ -443,3 +443,9 @@ details.foldable[open] summary::before {
);
}
}
+
+/* The box size calculation compared to the text size seems off, but
+ this looks better */
+.zuul-job-graph text {
+ font-size: 12px;
+}