From fdcde96d0cef66577ec0b43d1cf622e75887d2be Mon Sep 17 00:00:00 2001 From: Skavem Date: Tue, 21 Feb 2023 23:14:04 +0300 Subject: [PATCH] fix: long verse wrap --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 38f94d1..75ff347 100644 --- a/static/style.css +++ b/static/style.css @@ -53,6 +53,7 @@ body { #lyrics { color: #171717; line-height: 2.5rem; + flex-basis: 0; flex-shrink: 0; flex-grow: 1; }