From 192c3c201d4345ab113c2d512bae36d68467fb1b Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 4 Sep 2019 16:59:44 -0500 Subject: [PATCH] Prevent text wrap for pricing panel fields on product view page --- tailbone/templates/products/view.mako | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tailbone/templates/products/view.mako b/tailbone/templates/products/view.mako index f1bd4a3a..8f27fb02 100644 --- a/tailbone/templates/products/view.mako +++ b/tailbone/templates/products/view.mako @@ -9,6 +9,9 @@ margin-right: 2em; margin-top: 1em; } + #pricing-panel .field-wrapper .field { + white-space: nowrap; + } % endif @@ -33,7 +36,7 @@ <%def name="left_column()"> % if use_buefy: -