diff --git a/src/components/timeline.jsx b/src/components/timeline.jsx index f1efe4b7..a2c2f04f 100644 --- a/src/components/timeline.jsx +++ b/src/components/timeline.jsx @@ -567,7 +567,9 @@ function TimelineStatusCompact({ status, instance }) { : ''} )} -
{statusPeekText}
+
+ {statusPeekText} +
); }