From 1fbc8f87c18c6419d48032463d99834a65f9ca26 Mon Sep 17 00:00:00 2001 From: Madeorsk Date: Sun, 9 Jun 2024 12:13:02 +0200 Subject: [PATCH] Improve table style. --- src/styles/components/_table.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/components/_table.less b/src/styles/components/_table.less index 1bfbf07..54644d5 100644 --- a/src/styles/components/_table.less +++ b/src/styles/components/_table.less @@ -24,6 +24,8 @@ table { background: var(--background-darker); } + + &:last-child { border-bottom: none; } } }