From 2de7df41637956708308dcb00b9eb17d79de724d Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 28 Feb 2015 16:30:01 +0200 Subject: [PATCH] Make list-inline lists more inline --- css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/custom.css b/css/custom.css index 73affe6..6acc795 100644 --- a/css/custom.css +++ b/css/custom.css @@ -71,3 +71,7 @@ ul.inline li:last-child:after { td.user, td.owner { word-break: break-all; } + +ul.list-inline { + display: inline-block; +} \ No newline at end of file -- 2.39.2