Skip to content

Commit

Permalink
fix: use fixed width for divider (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
JanStevens authored Dec 20, 2023
1 parent ea06de7 commit 596bc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/@abilities/AbilityCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ const ActionList = ({ lines }: { lines: Item[] }) => (
'& > :not(:last-of-type):after': {
content: '""',
position: 'absolute',
width: '30%',
width: '100px',
height: '1px',
bottom: 'calc(-0.5rem - 1px)',
left: '50%',
Expand Down

0 comments on commit 596bc06

Please sign in to comment.