Skip to content

Commit

Permalink
report: use border-box for psuedoelements
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Apr 22, 2019
1 parent c05eb42 commit 97ed82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/report/html/report-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
100% { opacity: 0.6;}
}

.lh-root * {
.lh-root *, .lh-root *::before, .lh-root *::after {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
Expand Down

0 comments on commit 97ed82c

Please sign in to comment.