display bug on posts listing
Opened this issue · 1 comments
Deleted user commented
marcochiesi commented
This is not properly a bug, but it's a side effect of having too many admin columns (several are added by WP SEO) in a not so wide screen. The problem depends on EAM column which actually spans 20% of the width. That is fine when there are no other additional columns, but it causes issues i.e. when WP SEO is present. I think we could remove the following from the plugin's css:
.column-editorial-access-manager {
width: 20%;
}
@tlovett1 What do you think?