mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-12-22 04:13:17 -06:00
Improve wrapping in post metadata
This commit is contained in:
parent
d9776d29c4
commit
7c877e7781
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
.post-meta-item {
|
.post-meta-item {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
white-space: nowrap;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-metadata {
|
.post-metadata {
|
||||||
|
@ -7,8 +7,6 @@
|
|||||||
|
|
||||||
<div class="tags">
|
<div class="tags">
|
||||||
{{ partial "icon.html" "tag" }}
|
{{ partial "icon.html" "tag" }}
|
||||||
<span class="post-meta-item">
|
{{ delimit $tags ", " }}
|
||||||
{{ delimit $tags ", " }}
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user