Skip to content

Commit

Permalink
Add box-sizing: border-box for details children
Browse files Browse the repository at this point in the history
Close #23
  • Loading branch information
barcia committed Feb 13, 2021
1 parent 84f86cc commit f72e4e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/_interactive.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@
details {
display: block;
}

details *,
details ::before,
details ::after {
box-sizing: border-box;
}

0 comments on commit f72e4e0

Please sign in to comment.