From 9270a017d3bd7f5284836cf21f8b0a08c7d207e6 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Thu, 2 May 2024 19:18:47 -0500 Subject: [PATCH] Fix last row border --- resources/table.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/table.scss b/resources/table.scss index e29691e..ff7d871 100644 --- a/resources/table.scss +++ b/resources/table.scss @@ -29,7 +29,7 @@ tr:last-child td { border-color: $border_gray; - border-width: 1px 1px 1px 0; + border-bottom-width: 1px; } thead th {