mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-03 09:28:25 +02:00
flex none (#2558)
This commit is contained in:
parent
f89504ec53
commit
be50ae1e71
@ -147,8 +147,7 @@ function AssistantListItem({
|
||||
{assistant.name}
|
||||
</h2>
|
||||
|
||||
{/* {isOwnedByUser && ( */}
|
||||
<div className="flex items-center space-x-4">
|
||||
<div className="flex flex-none items-center space-x-4">
|
||||
<div className="flex mr-20 flex-wrap items-center gap-x-4">
|
||||
{assistant.tools.length > 0 && (
|
||||
<p className="text-base flex w-fit text-subtle">
|
||||
|
Loading…
x
Reference in New Issue
Block a user