Skip to content

Commit 3cee2e6

Browse files
committed
Specifically refer to data-label instead of counting relative child
1 parent 0b9a31f commit 3cee2e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ th {
2525
min-width: 50px;
2626
box-sizing: border-box;
2727
}
28-
td:nth-child(2) {
28+
td[data-label="visitors"] {
2929
text-align: right;
3030
}
3131
td:last-child {
@@ -56,7 +56,7 @@ td:last-child {
5656
left: 10px;
5757
position: absolute;
5858
}
59-
td:last-child {
59+
td[data-label="completion"] {
6060
width: inherit;
6161
}
6262
.progress-bar {

0 commit comments

Comments
 (0)