Commit a7178189 authored by lynn's avatar lynn Committed by GitHub

fix: truncate search token name earlier (#4956)

* truncate search token name earlier

* fixes in response to comments
parent d9434a1a
......@@ -103,8 +103,10 @@ export const suggestionImage = sprinkles({
export const suggestionPrimaryContainer = style([
sprinkles({
alignItems: 'flex-start',
width: 'full',
}),
{
width: '90%',
},
])
export const suggestionSecondaryContainer = sprinkles({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment