开发者

Need to Remove the extra space below the rich:menuItem

开发者 https://www.devze.com 2022-12-25 14:24 出处:网络
I ha开发者_JS百科ve added 1 rich:menuItem inside rich:dropDownMenu. but in the UI there is a extra space below the menuItem. how to remove that space.Use Firefox browser with the Firebug addon and ins

I ha开发者_JS百科ve added 1 rich:menuItem inside rich:dropDownMenu. but in the UI there is a extra space below the menuItem. how to remove that space.


Use Firefox browser with the Firebug addon and inspect the element on your page.

Chances are it's a CSS issue.


I had the same kind of issue. I've modified the rich-menu-list-strut CSS class to set its height to 0:

.rich-menu-list-strut {
    height: 0;
}
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号