diff --git a/frontend/src/components/data/TraceList.vue b/frontend/src/components/data/TraceList.vue index 8f16796..5e6b6a9 100644 --- a/frontend/src/components/data/TraceList.vue +++ b/frontend/src/components/data/TraceList.vue @@ -82,20 +82,24 @@
- -
Burn-in {{burnIn[trace.id]}}%
- - -
+
+
+
Burn-in
+ + {{burnIn[trace.id]}}% +
+
+
+
@@ -126,6 +130,12 @@ -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } +.fixed-width { + display: inline-block; + width: 1.2em; /* Adjust this width to fit your content */ + text-align: right; +} +