From b51f670b332c9d7620b07f05413b6a6f06f65739 Mon Sep 17 00:00:00 2001 From: Nick Sellen Date: Thu, 20 Aug 2020 12:10:03 +0200 Subject: [PATCH] Fix Grid/Map tab titles layout overspill I think having the seperator is not properly supported by the foundation CSS. I was a bit confused with app.css as some seems to be vendor CSS and some custom CSS, so I left the original padding rule, and added an override in what seems more like a "custom CSS" section... I don't know why they didn't all just float nicely together in the first place though :/ --- assets/css/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/app.css b/assets/css/app.css index 4f23b62..56b04a0 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -6649,6 +6649,7 @@ a:focus { .tabs-title > a { color: #999999; + padding: 1.25rem 1.25rem; font-size: 1rem; } .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] { background-color: transparent;