mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	| Fixes an issue where the filter buttons were both too far down and too far to the right. The issue was that the wrapper body imposed a pretty substantial bit of padding. However, the filter buttons already came with their own bit of padding. The result of this was alignment issues. To fix it I have: - opened the `Filters` component up to be styled with styled components And conditionally (when isEnterprise and the flag is on): - set the page body to have no padding. - added a wrapper with padding around the event search results for This feels a little messy to me, but I also think that because it's still in heavy development, it might change later. I'd be happy to have suggestions forbetter implementations. What makes this extra tricky is that the top padding differs depending on whether you have the filters there or not, so I couldn't find a way to just remove that component and be done with it. I may very well have missed somehing, though. Before:  After:  | ||
|---|---|---|
| .. | ||
| EventCard | ||
| EventDiff | ||
| EventJson | ||
| EventLog | ||
| EventPage | ||