From ec1ed151f164a827fb3b4a00f8a439de85de4d04 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Fri, 9 Jun 2023 02:28:05 +0200 Subject: [PATCH] Updated the InfoArea styles.sass --- webui/src/pages/GameCreation/components/InfoArea/styles.sass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webui/src/pages/GameCreation/components/InfoArea/styles.sass b/webui/src/pages/GameCreation/components/InfoArea/styles.sass index 49c8b4f..a3d71a6 100644 --- a/webui/src/pages/GameCreation/components/InfoArea/styles.sass +++ b/webui/src/pages/GameCreation/components/InfoArea/styles.sass @@ -37,4 +37,6 @@ margin-top: 1rem display: grid grid-template-columns: repeat(auto-fill, minmax(5rem, 1fr)) - gap: 1.5rem \ No newline at end of file + gap: 1.5rem + justify-items: center + user-select: none \ No newline at end of file