You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update: After I wrote this comment, I realized the fix is actually really simple. Estimate of 1. Here is the fix we need to add to the CSS, so that only up to 3 press items or resources show up, in order of most recent:
Update: After I wrote this comment, I realized the fix is actually really simple. Estimate of 1. Here is the fix we need to add to the CSS, so that only up to 3 press items or resources show up, in order of most recent:
.tab-list .press-item:nth-child(n + 4),
.tab-list .resource:nth-child(n + 4) {
display: none;
}
The text was updated successfully, but these errors were encountered: