
table{
    .action-links{
        display: flex;
        justify-content: start;
        flex-wrap: wrap;

        row-gap: .5rem;
        column-gap: .75rem;
        width: max-content;

        &.flex-column{
            .icon {
                order: 0;
            }
        }
    }
}
