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; } } }