Commit 079279f9 authored by Yogi's avatar Yogi Committed by David O'Regan

Bold metricDetailsLabel in the performance bar

parent 062788e5
......@@ -94,7 +94,7 @@ export default {
data-qa-selector="detailed_metric_content"
>
<gl-button v-gl-modal="modalId" class="gl-mr-2" type="button" variant="link">
<span class="gl-text-blue-300">{{ metricDetailsLabel }}</span>
<span class="gl-text-blue-300 gl-font-weight-bold">{{ metricDetailsLabel }}</span>
</gl-button>
<gl-modal :modal-id="modalId" :title="header" size="lg" footer-class="d-none" scrollable>
<table class="table">
......
---
title: Bold metricDetailsLabel in the performance bar
merge_request: 52417
author: Yogi (@yo)
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment