We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935e024 commit 9178cfeCopy full SHA for 9178cfe
1 file changed
components/modules/tx/TxOverview.vue
@@ -170,14 +170,14 @@ const handleViewRawTransaction = () => {
170
</Flex>
171
172
<Flex v-if="tx.memo" direction="column" gap="6">
173
- <Text size="12" weight="600" color="secondary">Memo</Text>
174
-
175
<Flex align="center" gap="6">
+ <Text size="12" weight="600" color="secondary">Memo</Text>
176
<CopyButton :text="tx.memo" />
177
- <Text size="12" height="140" weight="600" color="tertiary" mono selectable :class="$style.memo">
178
- {{ tx.memo }}
179
- </Text>
180
+
+ <Text size="12" height="140" weight="600" color="tertiary" mono selectable :class="$style.memo">
+ {{ tx.memo }}
+ </Text>
181
182
183
<Flex direction="column" gap="10">
0 commit comments