diff options
author | 2023-04-06 19:36:30 +0200 | |
---|---|---|
committer | 2023-04-06 20:35:37 +0200 | |
commit | 001031b7b5781b3891b2732967c4f135a8312392 (patch) | |
tree | ba56399a30834783077d125c7fb1607ae07ff5f6 /src/components/TextareaCopyable.vue | |
parent | 4ccd73c2d12b7d961bd7c4028717f6754da66972 (diff) | |
download | it-tools-001031b7b5781b3891b2732967c4f135a8312392.tar.gz it-tools-001031b7b5781b3891b2732967c4f135a8312392.tar.zst it-tools-001031b7b5781b3891b2732967c4f135a8312392.zip |
feat(css): added unocss with attributify preset
Diffstat (limited to 'src/components/TextareaCopyable.vue')
-rw-r--r-- | src/components/TextareaCopyable.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/TextareaCopyable.vue b/src/components/TextareaCopyable.vue index 4bc09f4..0668ef2 100644 --- a/src/components/TextareaCopyable.vue +++ b/src/components/TextareaCopyable.vue @@ -21,7 +21,7 @@ <span>{{ tooltipText }}</span> </n-tooltip> </n-card> - <n-space v-if="copyPlacement === 'outside'" justify="center" style="margin-top: 15px"> + <n-space v-if="copyPlacement === 'outside'" justify="center" mt-4> <n-button secondary @click="onCopyClicked"> {{ tooltipText }} </n-button> </n-space> </div> |