UX: Ensure suggestions are left aligned (#971)

This PR ensures that suggestions are aligned to the left. By default, they are center aligned which looks odd when there are long lines of text.
This commit is contained in:
Keegan George 2024-11-28 13:53:30 +09:00 committed by GitHub
parent 8b33ba3d19
commit 54ebbbe769
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -234,6 +234,10 @@
z-index: z("composer", "dropdown");
}
.ai-suggestions-menu .btn {
text-align: left;
}
.mobile-view {
.ai-category-suggester-content,
.ai-tag-suggester-content,