Skip to content

Commit

Permalink
🎨 style(BugCard/index.tsx): add width: 100% to StyledAnchor component
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbon committed Jul 31, 2023
1 parent 71d51ce commit 1304fcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/components/BugCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ type BugCardArgs = React.HTMLAttributes<HTMLDivElement> & {
*/

const StyledAnchor = styled(Anchor)<{ disabled?: boolean }>`
width: 100%;
${({ disabled }) =>
disabled &&
`
Expand Down

0 comments on commit 1304fcf

Please sign in to comment.