Skip to content

Commit

Permalink
[field] Fix alignment of timestamps in diff annotation tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolajdobrucki authored and rexxars committed Oct 6, 2020
1 parent 4c2aeed commit 9f7975a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
}

.timeAgo {
margin: 0 var(--small-padding);
margin: 0 var(--small-padding) 0 auto;
padding-left: var(--small-padding);
font-size: var(--font-size-small);
color: var(--text-muted);
}
Expand Down

0 comments on commit 9f7975a

Please sign in to comment.