# HG changeset patch # User souliane # Date 1385152988 -3600 # Node ID 4517978a2e7ec33d82f39124b55dc8df495b48fb # Parent ea2d4f464b5a6ea355f083b6a5872478806e5d14 browser_side: white-space: nowrap for the groups in the contact manager diff -r ea2d4f464b5a -r 4517978a2e7e public/libervia.css --- a/public/libervia.css Fri Dec 13 17:10:35 2013 +0100 +++ b/public/libervia.css Fri Nov 22 21:43:08 2013 +0100 @@ -1296,8 +1296,9 @@ } .contactGroupButtonCell { - vertical-align: baseline; - width: 55px; + vertical-align: baseline; + width: 55px; + white-space: nowrap; } /* Room and contacts chooser */