Locked the status column so it works better at larger screen sizes

refs https://github.com/TryGhost/Team/issues/1848
This commit is contained in:
James Morris 2022-08-25 12:30:32 +01:00
parent 2819dfd2ba
commit 403d24a01b

View File

@ -184,6 +184,10 @@
width: 150px; width: 150px;
} }
.gh-list.feature-memberAttribution .gh-posts-status-header {
width: 180px;
}
.gh-list:not(.feature-memberAttribution) .gh-posts-status-header { .gh-list:not(.feature-memberAttribution) .gh-posts-status-header {
width: 140px; width: 140px;
} }