diff options
author | Scott González <scott.gonzalez@gmail.com> | 2013-11-20 11:14:19 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-11-20 11:14:27 -0500 |
commit | 6a74bf992944419caabc7adb8ec8ca758451f1d5 (patch) | |
tree | 20a6e626260f102332d808c28b31b1758cb4c7b2 /tests/unit/menu/menu.html | |
parent | 1096f19f37d6075328509d62a4c2c6d6a53d4b37 (diff) | |
download | jquery-ui-6a74bf992944419caabc7adb8ec8ca758451f1d5.tar.gz jquery-ui-6a74bf992944419caabc7adb8ec8ca758451f1d5.zip |
Menu tests: Force line height to ensure we know how many items will be scrolled.
Diffstat (limited to 'tests/unit/menu/menu.html')
-rw-r--r-- | tests/unit/menu/menu.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/unit/menu/menu.html b/tests/unit/menu/menu.html index a49c72a04..504d3f3cf 100644 --- a/tests/unit/menu/menu.html +++ b/tests/unit/menu/menu.html @@ -31,6 +31,10 @@ <style> .ui-menu { font-size: 15px; + line-height: 15px; + } + .ui-menu .ui-menu-item { + padding: 0; } #menu3 { height: 250px; |