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