Commit b53aec54 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'vs-wrap-long-line-perf-bar' into 'master'

Break words instead of wrapping long lines in performance bar metrics

See merge request gitlab-org/gitlab!56462
parents bf19a0ed f2146d14
......@@ -109,7 +109,7 @@ export default {
<div
v-for="(key, keyIndex) in keys"
:key="key"
class="break-word"
class="text-break-word"
:class="{ 'mb-3 bold': keyIndex == 0 }"
>
{{ item[key] }}
......
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