From e5c3e11922b7dc1d24a81586cb2a2cf2cc05073b Mon Sep 17 00:00:00 2001 From: Rahul Somasunderam Date: Mon, 19 Feb 2024 09:14:25 -0800 Subject: [PATCH] style: Use monospace font to render Disk Usage and Amount Without this, the width of `405215138` looks less than that of `399089984`. --- .../simplediskusage/QuickDiskUsagePlugin/index.jelly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/com/cloudbees/simplediskusage/QuickDiskUsagePlugin/index.jelly b/src/main/resources/com/cloudbees/simplediskusage/QuickDiskUsagePlugin/index.jelly index d3c5b9a..754f018 100644 --- a/src/main/resources/com/cloudbees/simplediskusage/QuickDiskUsagePlugin/index.jelly +++ b/src/main/resources/com/cloudbees/simplediskusage/QuickDiskUsagePlugin/index.jelly @@ -59,13 +59,13 @@ - ${e.usage} + ${e.usage} N/A - ${e.count} + ${e.count} N/A