diff --git a/components/Result.vue b/components/Result.vue index c849ed9..515f9f1 100644 --- a/components/Result.vue +++ b/components/Result.vue @@ -98,6 +98,7 @@ const truncateContent = (content: string): string => { padding: 11px; border-radius: 10px; cursor: pointer; + align-items: center; &.selected { background-color: var(--border);