Fixing CSS for the user list to restrict it to 15em, preventing that damn WWWWW user from making the hall all wonky

This commit is contained in:
Christian 'ketura' McCarty
2023-02-26 16:29:25 -06:00
parent 1848394701
commit 66332d85b2

View File

@@ -509,6 +509,7 @@ table.tables tr.privateForPlayer {
#userListColumn {
min-width: fit-content;
max-width: 15em;
}
#userList {