From: Mischa POSLAWSKY Date: Sat, 7 Jul 2018 19:25:30 +0000 (+0200) Subject: login/list: wrap each item to allow containment X-Git-Tag: v3.4^0 X-Git-Url: http://git.shiar.net/minimedit.git/commitdiff_plain/72d8db8c87cf95efb73e4caeb5e637e3ed142783 login/list: wrap each item to allow containment Hack to set CSS overflow fixing right-aligned date from bleading over. --- diff --git a/login/list.php b/login/list.php index 2cf27d1..0d9eec2 100644 --- a/login/list.php +++ b/login/list.php @@ -59,6 +59,7 @@ foreach ($users as $user) { if ($user->admin) { $name .= ' 🔧'; } + $name = "
$name
"; } print "
  • $name
  • \n";