From e30e5dd0594636a1b9fd5e5242e68f486c264d24 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 23 Jan 2018 11:11:41 +0100 Subject: [PATCH] Add bottom border to last cells --- designs/lucas-sandery/adminer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designs/lucas-sandery/adminer.css b/designs/lucas-sandery/adminer.css index 198d3e58..a5816cb8 100644 --- a/designs/lucas-sandery/adminer.css +++ b/designs/lucas-sandery/adminer.css @@ -259,7 +259,7 @@ th { } td:last-child, th:last-child { - border-style: none; + border-right-style: none; } thead th, thead td {