From 2aeef4f60fc289ed8af1b1c38406dadc73a6afa4 Mon Sep 17 00:00:00 2001 From: xangelo Date: Sat, 18 Jan 2025 23:34:41 -0500 Subject: [PATCH] fix: tab bottom margins no longer extend into tab body --- public/assets/css/tabs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/assets/css/tabs.css b/public/assets/css/tabs.css index 4545ddd..da62487 100644 --- a/public/assets/css/tabs.css +++ b/public/assets/css/tabs.css @@ -36,7 +36,7 @@ nav { a { border-bottom-width: 0; z-index: 1; - padding: 0.6rem; + padding: 0.6rem 0.6rem 0.3rem; position: relative; &.active { -- 2.25.1