Skip to content

Commit

Permalink
#89 Stick to max-ws-xs
Browse files Browse the repository at this point in the history
  • Loading branch information
santthosh committed Jun 18, 2024
1 parent 864a3f7 commit 1e1b2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/assistants/ListAssistants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default function ListAssistants() {
<Badge color='info'>{assistant.modelId}</Badge>
</div>
</span>
<span className='pt-4 max-w-sm max-h-15 overflow-y-hidden text-sm text-gray-500 dark:text-gray-400 text-center'>
<span className='pt-4 max-w-xs max-h-15 overflow-y-hidden text-sm text-gray-500 dark:text-gray-400 text-center'>
{assistant.description}
</span>
<div className='mt-4 grid items-center justify-center gap-2 xs:grid-cols-1 sm:grid-cols-2 lg:mt-6'>
Expand Down

0 comments on commit 1e1b2e2

Please sign in to comment.