Increase padding of dropdown menu items

In order to start from about the 3rd letter
This commit is contained in:
PCoder 2018-10-25 08:01:08 +02:00
parent 59ff8f76aa
commit a9bb273a86

View file

@ -276,7 +276,7 @@
padding: 10px 30px 10px 0px;
}
.dropdown-menu > li > a {
padding: 10px 15px !important;
padding: 10px 20px !important;
}
}