From 7e16e702299e820348e18f9b9ff5e83a25ec461c Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Mon, 1 Aug 2022 11:53:43 -0500 Subject: [PATCH] Prevent Patrons Circle name from breaking across column border --- www/css/core.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/css/core.css b/www/css/core.css index 87b5ef29..4e5318a4 100644 --- a/www/css/core.css +++ b/www/css/core.css @@ -2141,6 +2141,7 @@ h1 + ul.message, .masthead ol li p{ margin-top: 0; text-align: left; + display: inline-block; /* Prevent a p from breaking across column division */ } .masthead hgroup * + *{