Skip to content

Commit

Permalink
fix(button): order correctly css props
Browse files Browse the repository at this point in the history
  • Loading branch information
dpellier authored and aesteves60 committed Jan 15, 2024
1 parent 28965c3 commit 798d1ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@

// fix safari ellipsis
::after {
content: " ";
display: block;
width: 0;
height: 0;
line-height: 0;
content: " ";
}
}
}
Expand Down

0 comments on commit 798d1ad

Please sign in to comment.