.actiongroup {
    .action {
        margin-right: 10px;

        &:last-of-type {
            margin-right: inherit;
        }
    }
}

