From adcc0dd69e690c882085c7d1b0ef074cf8545d1b Mon Sep 17 00:00:00 2001 From: Midgard Date: Sat, 17 Jul 2021 20:41:59 +0200 Subject: [PATCH] Confine li spacing to .main --- app/templates/order.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/order.html b/app/templates/order.html index 996bf80..8ac6f4e 100644 --- a/app/templates/order.html +++ b/app/templates/order.html @@ -413,7 +413,7 @@ dl { margin: 0.3em 0.5em; } -li { +.main li { line-height: 1.5; margin: 0.4em 0; }