From 93f16e2dc90a558f803956df5a1d3b1b95078f64 Mon Sep 17 00:00:00 2001 From: relikd Date: Thu, 29 Feb 2024 01:04:12 +0100 Subject: [PATCH] fix: unavailable CSS properties --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 331e0671..d17d7983 100644 --- a/style.css +++ b/style.css @@ -73,7 +73,7 @@ h4 { /* Single-item page */ .single { display: block; - width: unset; + width: initial; } .itunes { max-width: 600px; @@ -90,7 +90,7 @@ h4 { margin: 8px; } .itunes p { - white-space: break-spaces; + white-space: pre-wrap; } /* Pagination */