From 7c877e77813e83f9bec266b6f536b37ef7c19b02 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 20 Nov 2021 19:56:30 -0600 Subject: [PATCH] Improve wrapping in post metadata --- assets/css/bobastyle.css | 2 +- layouts/partials/tags-meta-item.html | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index cfc1d55..749ea79 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -40,7 +40,7 @@ .post-meta-item { margin-right: 10px; - white-space: nowrap; + display: inline-block; } .post-metadata { diff --git a/layouts/partials/tags-meta-item.html b/layouts/partials/tags-meta-item.html index 4574c4f..7bcef5f 100644 --- a/layouts/partials/tags-meta-item.html +++ b/layouts/partials/tags-meta-item.html @@ -7,8 +7,6 @@
{{ partial "icon.html" "tag" }} - + {{ delimit $tags ", " }}
{{ end }}