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<{
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 >
You can’t perform that action at this time.
0 commit comments