Skip to content

Commit

Permalink
Align timestamps with state
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Feb 8, 2019
1 parent f7cd0d8 commit ac932dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions style.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ac932dc

Please sign in to comment.