diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index bc445a8..6c2e82e 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -84,7 +84,7 @@ onUnmounted(() => {
- Paste a list of items to directly create a new task + Paste a list of items to directly create a new task
@@ -128,7 +128,12 @@ main { .paste-hint { margin: 1rem; - text-align: center; +} + +.paste-hint .message-body { + display: flex; + align-items: center; + gap: 0.75rem; } .description-hint {