File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
src/Frontend/src/components/messages Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,7 @@ const props = defineProps<{
12
12
<tr class =" interactiveList" v-for =" (header, index) in props.message.headers" :key =" index" >
13
13
<td nowrap =" nowrap" >{{ header.key }}</td >
14
14
<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 -->
23
15
<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 -->
25
16
<pre style =" margin : 0 ; white-space : nowrap " >{{ header.value }}</pre >
26
17
<CopyToClipboard :value =" header.value || ''" />
27
18
</div >
You can’t perform that action at this time.
0 commit comments