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 :/
This commit is contained in:
Nick Sellen 2020-08-20 12:10:03 +02:00
parent d634816ef5
commit b51f670b33
No known key found for this signature in database
GPG Key ID: 7C3A275C0DC2EFA1
1 changed files with 1 additions and 0 deletions

View File

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