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

Commit 6208313

Browse files
committed
Merge pull request #13 from PolymerLabs/style
Left-align time bars.
2 parents 29b9c00 + 87230de commit 6208313

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)