diff --git a/src/style.css b/src/style.css index caca824dc..f445043c9 100644 --- a/src/style.css +++ b/src/style.css @@ -838,9 +838,9 @@ blockquote :last-child { .suggestion a:after { content: none !important; } - + .history a { - padding-left: 0.4rem; + display: inline-block; } .history a:after { diff --git a/src/templates/rule.js b/src/templates/rule.js index 72989b8dc..997cc94b3 100644 --- a/src/templates/rule.js +++ b/src/templates/rule.js @@ -159,7 +159,7 @@ const Rule = ({ data, location }) => { data.history.nodes[0].lastUpdatedBy )} {' '} - + {formatDistance( new Date(data.history.nodes[0].lastUpdated), new Date()