Skip to content

Commit

Permalink
Merge pull request #804 from DTS-STN/stefan/fix-slim-collapsable
Browse files Browse the repository at this point in the history
Fix width on slim variant collapsables.
  • Loading branch information
stefan-oconnell authored Dec 10, 2024
2 parents 73ca634 + ad260e5 commit 0d989f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Collapse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const variants = {
fitWidth: 'w-fit',
fullWidth: 'w-full',
halfWidth: 'w-6/12',
slim: 'text-base',
slim: 'max-w-prose text-base',
default: 'max-w-prose',
}
export interface CollapseProps {
Expand Down

0 comments on commit 0d989f1

Please sign in to comment.