How to remove padding-inline-start of v-list-item #20282
Unanswered
andre-menezes
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here is my component:
When rendering the menu, the subMenu items have a
padding-inline-start
of64px
, defined by the following CSS class:I would like to remove the
padding-inline-start
, but I'm not able to. I've already tried overriding the classv-list-group__items .v-list-item
, but it didn't work.Beta Was this translation helpful? Give feedback.
All reactions