From fdcde96d0cef66577ec0b43d1cf622e75887d2be Mon Sep 17 00:00:00 2001 From: Skavem Date: Tue, 21 Feb 2023 23:14:04 +0300 Subject: [PATCH 1/2] 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; } From 2b5db0d6be984fa7e607e06744858353752df47d Mon Sep 17 00:00:00 2001 From: rramiachraf <51409801+rramiachraf@users.noreply.github.com> Date: Wed, 22 Feb 2023 21:54:08 +0100 Subject: [PATCH 2/2] fix: add `flex-basis` to the rest of sections --- static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/style.css b/static/style.css index 75ff347..fc760fb 100644 --- a/static/style.css +++ b/static/style.css @@ -94,6 +94,7 @@ a { display: flex; flex-direction: column; gap: 0.5rem; + flex-basis: 0; } #metadata h1 { @@ -146,6 +147,7 @@ a { display: flex; flex-direction: column; gap: 2rem; + flex-basis: 0; } #about {