feat: selectable response headers entry

This commit is contained in:
liyasthomas
2021-08-01 00:11:45 +05:30
parent e2fc056488
commit 5275d365cb

View File

@@ -15,7 +15,7 @@
group-hover:text-secondaryDark group-hover:text-secondaryDark
" "
> >
<span class="truncate"> <span class="rounded select-all truncate">
{{ header.key }} {{ header.key }}
</span> </span>
</span> </span>
@@ -42,7 +42,7 @@
group-hover:text-secondaryDark group-hover:text-secondaryDark
" "
> >
<span class="truncate"> <span class="rounded select-all truncate">
{{ header.value }} {{ header.value }}
</span> </span>
</span> </span>