From a17c486f81935acd5c046f69ef34400d3dacebca Mon Sep 17 00:00:00 2001 From: d11n Date: Thu, 14 Dec 2023 12:09:45 +0100 Subject: [PATCH] POS: Remove forced center alignment for description (#5555) Allows to specify the text alignment in the description container via the richt text editor. Before it was center aligned, no matter what one did in the editor. This is feedback we got in yesterdays call with Start9. --- BTCPayServer/wwwroot/pos/common.css | 1 - 1 file changed, 1 deletion(-) diff --git a/BTCPayServer/wwwroot/pos/common.css b/BTCPayServer/wwwroot/pos/common.css index 8cc774d2b..870f4022e 100644 --- a/BTCPayServer/wwwroot/pos/common.css +++ b/BTCPayServer/wwwroot/pos/common.css @@ -5,7 +5,6 @@ .lead { max-width: 36em; - text-align: center; margin: 0 auto 2.5rem; } .lead :last-child {