aboutsummaryrefslogtreecommitdiff
path: root/src/tools/html-entities/html-entities.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/html-entities/html-entities.vue')
-rw-r--r--src/tools/html-entities/html-entities.vue8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/html-entities/html-entities.vue b/src/tools/html-entities/html-entities.vue
index eb4a5f3..0c75975 100644
--- a/src/tools/html-entities/html-entities.vue
+++ b/src/tools/html-entities/html-entities.vue
@@ -19,9 +19,9 @@
/>
</n-form-item>
- <n-space justify="center">
+ <div flex justify-center>
<c-button @click="copyEscaped"> Copy </c-button>
- </n-space>
+ </div>
</c-card>
<c-card title="Unescape html entities">
<n-form-item label="Your escaped string :">
@@ -43,9 +43,9 @@
/>
</n-form-item>
- <n-space justify="center">
+ <div flex justify-center>
<c-button @click="copyUnescaped"> Copy </c-button>
- </n-space>
+ </div>
</c-card>
</template>