From 481b1bed61ea8519db7c3a5747bcbefd797c9161 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 20 Nov 2023 21:38:20 +0100 Subject: [PATCH] Fixed a bug in the End styles.sass --- client/src/pages/End/styles.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/src/pages/End/styles.sass b/client/src/pages/End/styles.sass index dc951dd..29d4586 100644 --- a/client/src/pages/End/styles.sass +++ b/client/src/pages/End/styles.sass @@ -20,6 +20,9 @@ .group-item:nth-child(1) width: 18rem + + .group-item:nth-child(1) h2 + width: 18rem text-overflow: ellipsis overflow: hidden