Skip to content

How to justify the tabs, like in the example #57

@181

Description

@181

Like in this example, https://jsfiddle.net/b44cc4dq/56/
there is a nav-justified class,


    is there a way to add this without hacking in the package css part, as the ul part is produced by the package.
    tried with centered property, but all the tabs will be stacked together, I am using vue-tabs with bootstrap 4.
    Update: found the below width rule controls on this
    @media (min-width: 768px)

    <style>…</style>

    .vue-tabs .nav-justified > li, .vue-tabs .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
    }
    anyway to override this? So far tried to override inside vue single page component <style> part, no luck.
    Cheers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions