Skip to content

Commit

Permalink
Merge pull request #91 from assistants-hub/89_misaligned_cards
Browse files Browse the repository at this point in the history
#89 Stick to max-ws-xs
  • Loading branch information
santthosh authored Jun 18, 2024
2 parents 9ac0f49 + 1e1b2e2 commit b0ff85d
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 b0ff85d

Please sign in to comment.