diff --git a/client/css/style.css b/client/css/style.css index 13b70968..76e3b0e9 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -814,6 +814,11 @@ kbd { flex: 1; } +/* Ensures expanded status messages always take up the full width */ +#chat .condensed .msg { + flex-basis: 100%; +} + #chat .condensed-text { cursor: pointer; transition: opacity .2s;