diff options
Diffstat (limited to 'tests/visual/menu/menu.html')
-rw-r--r-- | tests/visual/menu/menu.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/visual/menu/menu.html b/tests/visual/menu/menu.html index 0770b991b..11e9df6e1 100644 --- a/tests/visual/menu/menu.html +++ b/tests/visual/menu/menu.html @@ -45,9 +45,7 @@ }); </script> <style> - body { font-size:62.5%; } - .ui-menu { width: 200px; margin-bottom: 2em; } - .menu2-container { width: 220px; } + .ui-menu { width: 250px; margin-bottom: 2em; } .menu4 { height: 225px; overflow-y: auto; overflow-x: hidden; } .address-item { border-bottom: 1px solid #999; } .address-header { display: block; margin-bottom: .2em; font-weight: bold; } |