From 05a3f67c020f724bd8d7ddcf2ac88a879f1e2015 Mon Sep 17 00:00:00 2001 From: jomo Date: Mon, 22 Sep 2014 05:33:16 +0200 Subject: [PATCH] fix overflow on userlist for small screens --- app/assets/stylesheets/style.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/style.css.scss b/app/assets/stylesheets/style.css.scss index 081deb5..19bbe49 100644 --- a/app/assets/stylesheets/style.css.scss +++ b/app/assets/stylesheets/style.css.scss @@ -697,6 +697,7 @@ tr.spacer { display: inline-block; text-align: left; width: 463px; + max-width: 100%; margin: 15px 0; a img {