M
M
Maxim2019-07-01 16:11:58
css
Maxim, 2019-07-01 16:11:58

How to override classes in vuetifyjs?

I 'm using the vuetifyjs library, I'm using the treeview component , but I don't need padding in the child elements, I've tried overriding classes in the component itself, but without success.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evgeny Kulakov, 2019-07-01
@xiiicool

It seems to work, these are:

.v-treeview-node--leaf {
    /* margin-left: 26px; */
  margin-left: 0;
}
.v-treeview-node {
    /* margin-left: 26px; */
  margin-left: 0;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question