Removed the full width for posts with the member attribution flag

- Full width was  part of the member attribution flag
- It's messing with email clicks flag
- Removing for both to make things easier

refs https://github.com/TryGhost/Team/issues/1960
This commit is contained in:
James Morris 2022-09-23 16:19:19 +01:00
parent c6865ffe6c
commit 87a242bada

View File

@ -123,8 +123,7 @@ export default class PostsRoute extends AuthenticatedRoute {
buildRouteInfoMetadata() {
return {
titleToken: 'Posts',
mainClasses: this.feature.get('memberAttribution') ? ['gh-main-fullwidth'] : null
titleToken: 'Posts'
};
}