Commit 46fc370f authored by Tom Quirk's avatar Tom Quirk

Add :title attribute to copyable field text

parent e3272f4a
...@@ -67,7 +67,10 @@ export default { ...@@ -67,7 +67,10 @@ export default {
<div <div
class="gl-display-flex gl-align-items-center gl-justify-content-space-between hide-collapsed" class="gl-display-flex gl-align-items-center gl-justify-content-space-between hide-collapsed"
> >
<span class="gl-overflow-hidden gl-text-overflow-ellipsis gl-white-space-nowrap"> <span
class="gl-overflow-hidden gl-text-overflow-ellipsis gl-white-space-nowrap"
:title="value"
>
{{ templateText }} {{ templateText }}
</span> </span>
......
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