Skip to content

Commit 778a4a1

Browse files
committed
remove the nowrap
1 parent f555ffd commit 778a4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const props = defineProps<{
1313
<td nowrap="nowrap">{{ header.key }}</td>
1414
<td class="toolbar">
1515
<div style="display: flex; align-items: center">
16-
<pre style="margin: 0; white-space: nowrap">{{ header.value }}</pre>
16+
<pre>{{ header.value }}</pre>
1717
<CopyToClipboard :value="header.value || ''" />
1818
</div>
1919
</td>

0 commit comments

Comments
 (0)