Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit cadb0b2

Browse files
committed
Fix the height of the Chosen select menu (see #8384).
1 parent b509bba commit cadb0b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/mootools/chosen/chosen-uncompressed.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ select.chzn-select {
268268
padding: 0;
269269
}
270270
.chzn-container .chzn-results li {
271-
line-height: 1.2; /* PATCH: 1.2 instead of 80% */
271+
line-height: 13px; /* PATCH: 13px instead of 80% */
272272
padding: 1px 7px 2px; /* PATCH: 1px 7px 2px instead of 7px 7px 8px */
273273
margin: 0;
274274
list-style: none;

assets/mootools/chosen/chosen.css

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

0 commit comments

Comments
 (0)