mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-26 17:06:23 +02:00
Update Suggestions component to be right alligned
This commit is contained in:
parent
d05344861a
commit
d04a9cfa84
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ export function Suggestions({
|
|||
return (
|
||||
<div className={cn(
|
||||
'flex gap-2',
|
||||
vertical ? 'flex-col items-start' : 'flex-wrap justify-center',
|
||||
vertical ? 'flex-col items-end' : 'flex-wrap justify-center',
|
||||
className
|
||||
)}>
|
||||
{suggestions.map((suggestion) => (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue