login/list: wrap each item to allow containment v3.4
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 7 Jul 2018 19:25:30 +0000 (21:25 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 7 Jul 2018 23:04:39 +0000 (01:04 +0200)
Hack to set CSS overflow fixing right-aligned date from bleading over.

login/list.php

index 2cf27d1f04c6db480346af1c1941520715482ad9..0d9eec2a73240a414961fe378dba12c09ab6eda8 100644 (file)
@@ -59,6 +59,7 @@ foreach ($users as $user) {
                if ($user->admin) {
                        $name .= ' <span class="icon admin" title="beheerder">&#x1F527;</span>';
                }
+               $name = "<div>$name</div>";
        }
 
        print "<li>$name</li>\n";