From b437df7787d7f3451a90b3d94dfcf6febc763dcf Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 8 Dec 2022 16:53:11 +0100 Subject: [PATCH] rebuild css --- changedetectionio/static/styles/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changedetectionio/static/styles/styles.css b/changedetectionio/static/styles/styles.css index f79d001f..c78d36c0 100644 --- a/changedetectionio/static/styles/styles.css +++ b/changedetectionio/static/styles/styles.css @@ -951,7 +951,8 @@ ul { background-color: var(--color-background-button-green); color: #000; padding: 3px; - border-radius: 3px; } + border-radius: 3px; + white-space: nowrap; } .ldjson-price-track-offer a.pure-button { border-radius: 3px;