Skip to content

Commit c4607d0

Browse files
committed
Don't wrap autocomplete suggestions
1 parent 4e006c0 commit c4607d0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/shared/autocomplete/styles/_autocomplete.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,13 @@
5757
background: var(--background-color);
5858
color: var(--text-color);
5959
cursor: pointer;
60-
display: flex;
60+
display: block;
6161
overflow-x: hidden;
6262
padding: 1em;
6363
position: relative;
64+
text-align: left;
6465
text-overflow: ellipsis;
66+
white-space: nowrap;
6567
&:hover {
6668
mark {
6769
background-color: unset;

src/shared/styles/themes/nordic.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
--selection-color: var(--green-1);
105105

106106
// Used to indicate selected or open items in lists.
107-
--highlight-color: var(--snow-storm-2);
107+
--highlight-color: var(--snow-storm-3);
108108
--highlight-color-hover: var(--snow-storm-1);
109109

110110
// 1:1 Chat-related colors

0 commit comments

Comments
 (0)