From be30d843aab467aa628f1c3f3c7d194bfda54284 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 23 May 2017 14:47:38 +0300 Subject: fix style --- juick-www/src/main/static/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'juick-www/src/main/static/style.css') diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index d3e47dd1..d34da0e0 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -448,11 +448,13 @@ q { .users { margin: 10px 0; width: 100%; + display: flex; + flex-wrap: wrap; } -.users td { +.users > span { overflow: hidden; padding: 6px 0; - width: 33%; + width: 200px; } .users img { height: 32px; -- cgit v1.2.3