From 3741514f5cd80933b68bcee146b5380bae083920 Mon Sep 17 00:00:00 2001 From: Jonathan Rochkind Date: Thu, 9 Sep 2021 16:30:04 -0400 Subject: [PATCH] Fix missing bottom border for bootstrap 4.6.0 In Bootstrap 4.6.0, as a result of https://github.com/twbs/bootstrap/pull/32211, the bottom border is not visible in the responsive-tab in small mode. This fixes it. --- dist/css/responsive-tabs.css | 3 ++- home.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dist/css/responsive-tabs.css b/dist/css/responsive-tabs.css index 78d283c..2241f7b 100644 --- a/dist/css/responsive-tabs.css +++ b/dist/css/responsive-tabs.css @@ -21,6 +21,7 @@ display: none; border: 0 !important; border-radius: 0 !important; + margin-bottom: 0 !important; } .responsive-tabs.open li > a, .responsive-tabs li > a.active { display: block; @@ -43,4 +44,4 @@ transform: rotate(-135deg); transition: all ease .5s; } -} \ No newline at end of file +} diff --git a/home.html b/home.html index 6a0dafe..548dbdd 100644 --- a/home.html +++ b/home.html @@ -4,7 +4,7 @@ Bootstrap 4 Tabs Responsive - + @@ -46,7 +46,7 @@

Bootstrap 4 Responsive Tabs (Dropdown) - +