Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
rfmt(post): add a space
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Nov 20, 2022
1 parent eb47b93 commit 1dd72d2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions components/post/multiviewer/viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</span>
<span class="timestamp" :title="completeFriendlyPostTimestamp">
{{
friendlyPostTimestamp
` ${friendlyPostTimestamp}`
}}
</span>
</small>
Expand Down Expand Up @@ -176,10 +176,12 @@
@apply flex flex-col;
.department-and-timestamp {
@apply flex flex-col sm:flex-row;
small {
@apply flex flex-col sm:flex-row;
.timestamp {
@apply sm:ml-2;
.timestamp {
@apply sm:ml-2;
}
}
}
}
Expand Down

0 comments on commit 1dd72d2

Please sign in to comment.