From 66332d85b28c4801ffcecdea53be01f79ee78da1 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Sun, 26 Feb 2023 16:29:25 -0600 Subject: [PATCH] Fixing CSS for the user list to restrict it to 15em, preventing that damn WWWWW user from making the hall all wonky --- gemp-lotr/gemp-lotr-async/src/main/web/css/gemp-001/hall.css | 1 + 1 file changed, 1 insertion(+) diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/css/gemp-001/hall.css b/gemp-lotr/gemp-lotr-async/src/main/web/css/gemp-001/hall.css index eb689fc2f..062d58e67 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/css/gemp-001/hall.css +++ b/gemp-lotr/gemp-lotr-async/src/main/web/css/gemp-001/hall.css @@ -509,6 +509,7 @@ table.tables tr.privateForPlayer { #userListColumn { min-width: fit-content; + max-width: 15em; } #userList {