diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/visual/menu/menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/visual/menu/menu.html b/tests/visual/menu/menu.html index dd2ea3407..02c8d1ab5 100644 --- a/tests/visual/menu/menu.html +++ b/tests/visual/menu/menu.html @@ -48,7 +48,7 @@ body { font-size:62.5%; } .ui-menu { width: 200px; margin-bottom: 2em; } .menu2-container { width: 220px; } - .menu4 { height: 200px; overflow-y: auto; overflow-x: hidden; } + .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; } .address-content { display: block; margin-bottom: .2em; padding-left: 10px; } |