From fa66c3f23b8a200fce346045fc0602b07a3cbc59 Mon Sep 17 00:00:00 2001 From: dgw Date: Sat, 2 Jun 2018 15:01:57 -0500 Subject: [PATCH] Prevent long lobby names pushing badges out of sidebar --- client/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/css/style.css b/client/css/style.css index de296ad7..72ae08b1 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -586,6 +586,7 @@ kbd { #sidebar .lobby-wrap { display: flex; flex-grow: 1; + overflow: hidden; } #sidebar .chan.lobby .lobby-wrap:hover,