Removed the need for custom column sizes on new clicked tab

refs https://github.com/TryGhost/Team/issues/2179
This commit is contained in:
James Morris 2022-10-27 17:11:32 +01:00
parent 3d3653b09a
commit 932dee4958

View File

@ -1713,10 +1713,6 @@ a.gh-post-list-cta.stats.is-hovered:hover > * {
grid-template-columns: 40% 40% 20%;
}
.gh-tabs-analytics .gh-dashboard-list-cols-clicked .gh-dashboard-list-item {
grid-template-columns: 26% 54% 20%;
}
.gh-tabs-analytics .gh-dashboard-list-cols-conversion .gh-dashboard-list-item {
grid-template-columns: 28% 28% 24% 20%;
}