Increase padding of dropdown menu items
In order to start from about the 3rd letter
This commit is contained in:
parent
59ff8f76aa
commit
a9bb273a86
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@
|
|||
padding: 10px 30px 10px 0px;
|
||||
}
|
||||
.dropdown-menu > li > a {
|
||||
padding: 10px 15px !important;
|
||||
padding: 10px 20px !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue