tlovett1/editorial-access-manager

display bug on posts listing

Opened this issue · 1 comments

Hi , it seems that editorial-access-manager doesn't work fine.
I thought it was a conflict with others plugin but after some test that's not the problem
here's a capture.
bugwp

Thanks .

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?