Skip to content

Commit 25f1685

Browse files
committed
Menu tests: Fix line height issue in IE7
1 parent 44b2180 commit 25f1685

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/unit/menu/menu.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
}
3636
.ui-menu .ui-menu-item {
3737
padding: 0;
38+
/* Support: IE7 */
39+
*display: block;
40+
*float: left;
41+
*clear: left;
3842
}
3943
#menu3 {
4044
height: 250px;

0 commit comments

Comments
 (0)