app-extra-action-column .button-grid {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
}