Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit f7d24eb

Browse files
committed
UX: Ensure suggestions are left aligned
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.
1 parent 8b33ba3 commit f7d24eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/stylesheets/modules/ai-helper/common/ai-helper.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,10 @@
234234
z-index: z("composer", "dropdown");
235235
}
236236

237+
.ai-suggestions-menu .btn {
238+
text-align: left;
239+
}
240+
237241
.mobile-view {
238242
.ai-category-suggester-content,
239243
.ai-tag-suggester-content,

0 commit comments

Comments
 (0)