Skip to content

Commit 9cb8c72

Browse files
author
Alexandre-io
committed
fix(codacy): Using height with padding can sometimes make elements larger than you expect.
1 parent bd87bc2 commit 9cb8c72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/introduction.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ tr.introjs-showElement > th {
121121
width: 20px;
122122
height: 20px;
123123
line-height: 20px;
124+
box-sizing: border-box;
124125
border: 3px solid white;
125126
border-radius: 50%;
126127
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0);

0 commit comments

Comments
 (0)