Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit 87230de

Browse files
committed
Left-align time bars.
1 parent a3a5d9d commit 87230de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elements/stats-item/stats-item.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
position: absolute;
1414
height: 100%;
1515
top: 0;
16-
right: 0;
16+
left: 0;
1717
}
1818
.label {
1919
position: relative;

0 commit comments

Comments
 (0)