Skip to content

Commit a1bf845

Browse files
committed
remove comments
1 parent 19c679b commit a1bf845

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Frontend/src/components/messages/HeadersView.vue

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,7 @@ const props = defineProps<{
1212
<tr class="interactiveList" v-for="(header, index) in props.message.headers" :key="index">
1313
<td nowrap="nowrap">{{ header.key }}</td>
1414
<td class="toolbar">
15-
<!--
16-
<pre>{{ header.value }}</pre>
17-
<span>
18-
<CopyToClipboard :value="header.value || ''" />
19-
20-
</span>
21-
-->
22-
<!-- Use flexbox to align items horizontally -->
2315
<div style="display: flex; align-items: center">
24-
<!-- The pre element should not wrap, so use white-space: nowrap or keep it as a block element -->
2516
<pre style="margin: 0; white-space: nowrap">{{ header.value }}</pre>
2617
<CopyToClipboard :value="header.value || ''" />
2718
</div>

0 commit comments

Comments
 (0)