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:
parent
8b33ba3d19
commit
54ebbbe769
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue