summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Brill <egore911@gmail.com>2017-02-07 12:43:06 +0100
committerChristoph Brill <egore911@gmail.com>2017-02-07 12:43:06 +0100
commit3c9dafb3290c6252d12ce456afa473c1b54a181f (patch)
tree1c60e6eab0071e8551bad94171e6f579648263f5
parent01ecaf33a867569d7c83840094b7342517c4c2f1 (diff)
Deal with overly long links on small display sizes
-rwxr-xr-xindex.php1
1 files changed, 1 insertions, 0 deletions
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; }
</style>'.PHP_EOL;
if (!isset($_SERVER['HTTP_DNT']) || $_SERVER['HTTP_DNT'] != 1) {