mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-15 03:01:37 -05:00
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:
parent
2819dfd2ba
commit
403d24a01b
1 changed files with 4 additions and 0 deletions
|
@ -184,6 +184,10 @@
|
|||
width: 150px;
|
||||
}
|
||||
|
||||
.gh-list.feature-memberAttribution .gh-posts-status-header {
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
.gh-list:not(.feature-memberAttribution) .gh-posts-status-header {
|
||||
width: 140px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue