Skip to content

Commit

Permalink
Making "see history" show always in 1 line (#1433)
Browse files Browse the repository at this point in the history
* Making "see history" show always in 1 line

* added padding right before "see history"

* Update style.css
  • Loading branch information
tiagov8 authored Aug 29, 2024
1 parent 5dc249a commit ea0cb43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/templates/rule.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const Rule = ({ data, location }) => {
data.history.nodes[0].lastUpdatedBy
)}
</strong>{' '}
<span className="opacity-60">
<span className="opacity-60 pr-1">
{formatDistance(
new Date(data.history.nodes[0].lastUpdated),
new Date()
Expand Down

0 comments on commit ea0cb43

Please sign in to comment.