Skip to content

Commit

Permalink
fix tailwind class
Browse files Browse the repository at this point in the history
  • Loading branch information
yuheiy committed Jul 28, 2024
1 parent 38a66e6 commit c5c4621
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/DetailsList.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ const Heading = `h${headingLevel}`;
</header>
{item.description && (
<p
class:list={[
'mt-[0.375rem] text-sm text-dynamic-muted',
clampDescription && 'line-clamp-3',
]}
class:list={['mt-1.5 text-sm text-dynamic-muted', clampDescription && 'line-clamp-3']}
set:html={item.description}
/>
)}
Expand Down

0 comments on commit c5c4621

Please sign in to comment.