From 54ebbbe7690a7ce53281a5443bb572d6227ec5c6 Mon Sep 17 00:00:00 2001 From: Keegan George Date: Thu, 28 Nov 2024 13:53:30 +0900 Subject: [PATCH] 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. --- assets/stylesheets/modules/ai-helper/common/ai-helper.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/stylesheets/modules/ai-helper/common/ai-helper.scss b/assets/stylesheets/modules/ai-helper/common/ai-helper.scss index 362e4049..839d08d6 100644 --- a/assets/stylesheets/modules/ai-helper/common/ai-helper.scss +++ b/assets/stylesheets/modules/ai-helper/common/ai-helper.scss @@ -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,