Skip to content

Commit b97fd13

Browse files
Restore original spacing
1 parent 6d32e2f commit b97fd13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Frontend/src/components/monitoring/EndpointBacklog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const endpoint = defineModel<ExtendedEndpointDetails>({
2525
<div class="no-side-padding graph-values">
2626
<div aria-label="queue-length-values" class="queue-length-values">
2727
<div aria-label="metric-header">
28-
<span class="metric-digest-header" v-tippy="QueueLength.tooltip">{{ QueueLength.label }}</span>
28+
<span class="metric-digest-header" v-tippy="QueueLength.tooltip"> {{ QueueLength.label }} </span>
2929
</div>
3030
<div aria-label="metric-current-value" class="metric-digest-value current">
3131
<div v-if="!endpoint.isStale && !endpoint.isScMonitoringDisconnected">

0 commit comments

Comments
 (0)