Events plugin messing with CSS outside of its realm

The admin menu (also on coop) looks like this when the Events plugin has been installed.

afbeelding

Maybe .navigation is a bit too broad for a CSS selector in a plugin

.navigation {
  display: inline-block;
}

I see some other things as well that look like they could have broader effects than intended, like .form-element + span

1 Like

Raised for @angus review

2 Likes

Merged :+1:

2 Likes