From 06a4b75a699ef57fb558769d5d20554e8cb77d41 Mon Sep 17 00:00:00 2001 From: AlecM33 Date: Tue, 5 Dec 2023 20:14:34 -0500 Subject: [PATCH] increase padding to accomodate kabab menu --- client/src/styles/game.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/styles/game.css b/client/src/styles/game.css index 754682c..ad8f1d8 100644 --- a/client/src/styles/game.css +++ b/client/src/styles/game.css @@ -64,7 +64,7 @@ overflow-y: auto; max-height: 30em; overflow-x: hidden; - padding: 0 25px 0 10px; + padding: 0 30px 0 10px; border-radius: 5px; }