From f0dfade71a532cd6fbd1ce6da8b80a750ea064f3 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 5 May 2022 19:38:32 -0300 Subject: improve word wrapping behavior on "by" strings --- src/static/site.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/static/site.css b/src/static/site.css index 2b0fd6f..f2bef2c 100644 --- a/src/static/site.css +++ b/src/static/site.css @@ -707,10 +707,14 @@ ul.quick-info li:not(:last-child)::after { } li .by { - white-space: nowrap; + display: inline-block; font-style: oblique; } +li .by a { + display: inline-block; +} + p code { font-size: 1em; font-family: 'courier new'; -- cgit 1.3.0-6-gf8a5