ajlkn / jquery.dropotron

Adds multilevel dropdown menus to jQuery.
132 stars 61 forks source link

Padding issue #19

Closed Pumizo closed 7 years ago

Pumizo commented 7 years ago

Hi,

I need to remove the right space on my drop-down but I can't. I'm trying with:

.dropotron li {
            box-shadow: inset 0 1px 0 0 #e6e6e6;
            padding: 0 !important;
        }

Any advice?

Pumizo commented 7 years ago

Forget it, I made it trough adjusting:

.dropotron {
        min-width: 3em;