Skip to content

Commit 4d70c6a

Browse files
committed
Add text-indent: 0 to .jq-dropdown-menu li
1 parent fc4b71e commit 4d70c6a

4 files changed

+4
-1
lines changed

jquery.dropdown.css

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
.jq-dropdown .jq-dropdown-menu li {
6666
list-style: none;
6767
padding: 0 0;
68+
text-indent: 0;
6869
margin: 0;
6970
line-height: 18px;
7071
}

jquery.dropdown.less

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
li {
8080
list-style: none;
8181
padding: 0 0;
82+
text-indent: 0
8283
margin: 0;
8384
line-height: 18px;
8485
}

jquery.dropdown.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jquery.dropdown.sass

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ $jq-dropdown-border-radius: 4px
7676
li
7777
list-style: none
7878
padding: 0 0
79+
text-indent: 0
7980
margin: 0
8081
line-height: 18px
8182

0 commit comments

Comments
 (0)