Commit f2146d14 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Break text instead of wrapping it in perf bar

parent 195d5f87
...@@ -109,7 +109,7 @@ export default { ...@@ -109,7 +109,7 @@ export default {
<div <div
v-for="(key, keyIndex) in keys" v-for="(key, keyIndex) in keys"
:key="key" :key="key"
class="break-word" class="text-break-word"
:class="{ 'mb-3 bold': keyIndex == 0 }" :class="{ 'mb-3 bold': keyIndex == 0 }"
> >
{{ item[key] }} {{ 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