You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I first noticed this when I saw that the date filter was not wide enough to display it's options without wrapping:
Then I noticed some other strange styles in Stream Reports:
Then I realised that this was only happening when Jetpack was enabled. Looking into this further, I realised that when Jetpack adds it's body class (i.e. jetpack-disconnected) it does so without adding a space at the end.
This resulted in a body class that looked like this: jetpack-disconnectedwp_stream_screen
We should add a space before our body class to prevent this from happening.
The text was updated successfully, but these errors were encountered:
lukecarbis
changed the title
Minimum Width for Date Filter
Space before wp_stream_screen class
May 22, 2014
I first noticed this when I saw that the date filter was not wide enough to display it's options without wrapping:
Then I noticed some other strange styles in Stream Reports:
Then I realised that this was only happening when Jetpack was enabled. Looking into this further, I realised that when Jetpack adds it's body class (i.e.
jetpack-disconnected
) it does so without adding a space at the end.This resulted in a body class that looked like this:
jetpack-disconnectedwp_stream_screen
We should add a space before our body class to prevent this from happening.
The text was updated successfully, but these errors were encountered: