Improve wrapping in post metadata

This commit is contained in:
BBaoVanC 2021-11-20 19:56:30 -06:00
parent d9776d29c4
commit 7c877e7781
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
2 changed files with 2 additions and 4 deletions

View File

@ -40,7 +40,7 @@
.post-meta-item {
margin-right: 10px;
white-space: nowrap;
display: inline-block;
}
.post-metadata {

View File

@ -7,8 +7,6 @@
<div class="tags">
{{ partial "icon.html" "tag" }}
<span class="post-meta-item">
{{ delimit $tags ", " }}
</span>
{{ delimit $tags ", " }}
</div>
{{ end }}