diff --git a/style.js b/style.js index 37c187e..dc479bc 100755 --- a/style.js +++ b/style.js @@ -180,6 +180,10 @@ export const style = html` position: absolute; white-space: nowrap; } + .states[loc="right"] .state__time { + left: initial; + right: 0; + } .graph { align-self: flex-end; box-sizing: border-box;