From 3c9dafb3290c6252d12ce456afa473c1b54a181f Mon Sep 17 00:00:00 2001 From: Christoph Brill Date: Tue, 7 Feb 2017 12:43:06 +0100 Subject: Deal with overly long links on small display sizes --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index ee97d49..1fd88d6 100755 --- a/index.php +++ b/index.php @@ -75,6 +75,7 @@ body { margin-bottom: 60px; } div.checkbox { margin-left: 10px; } ul#usernames li > span { margin-left: 10px; } ul#usernames li > span > a, a.inherit { color: inherit; } +div.container-fluid span a { overflow-wrap: break-word; } '.PHP_EOL; if (!isset($_SERVER['HTTP_DNT']) || $_SERVER['HTTP_DNT'] != 1) { -- cgit v1.2.3