1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-06-17 11:37:28 -05:00

Don't let word count or reading time wrap awkwardly

This commit is contained in:
2021-10-09 19:16:40 -05:00
parent 6d976a3909
commit 7f3d3f3dca

@ -37,7 +37,7 @@
margin-top: 5px; margin-top: 5px;
} }
.tag { .wordcount, .readingtime, .tag {
white-space: nowrap; white-space: nowrap;
} }