From 7f3d3f3dca0c2ef4841e23fc66f4a3377e6bec57 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 9 Oct 2021 19:16:40 -0500 Subject: [PATCH] Don't let word count or reading time wrap awkwardly --- assets/css/bobastyle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index ccb0c6e..a569a9e 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -37,7 +37,7 @@ margin-top: 5px; } -.tag { +.wordcount, .readingtime, .tag { white-space: nowrap; }