mirror of
				https://git.coop/cotech/website.git
				synced 2025-11-04 13:06:32 +00:00 
			
		
		
		
	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:
		@ -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;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user