vue-tabs icon indicating copy to clipboard operation
vue-tabs copied to clipboard

How to justify the tabs, like in the example

Open 181 opened this issue 7 years ago • 1 comments

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

181 avatar Feb 05 '19 04:02 181

I know it's late, but if someone still has this issue, please note that is probably Bootstrap who mess with nav class. Try to create a class on your vue-tabs, and then : .my-class .nav { display: block; }

Exalyn avatar Apr 06 '20 15:04 Exalyn