From 0e523675f8549e82023f661d50f5d757071bab65 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 20 Nov 2023 21:38:16 +0100 Subject: [PATCH] Fixed a bug in the Calculate styles.sass --- client/src/pages/Game/states/Calculate/styles.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/src/pages/Game/states/Calculate/styles.sass b/client/src/pages/Game/states/Calculate/styles.sass index bfaab97..e8e0ecd 100644 --- a/client/src/pages/Game/states/Calculate/styles.sass +++ b/client/src/pages/Game/states/Calculate/styles.sass @@ -36,6 +36,9 @@ .round-item:nth-child(1) width: 18rem + + .round-item:nth-child(1) h2 + width: 18rem text-overflow: ellipsis overflow: hidden