In the Primefaces Showcase, a SelectOneMenu is placed within a table cell. Here's the layout of the containing cell:
But, if I replicate the Showcase HTML structure and include its default.css, the layout I get looks like this:
Somehow they differ by ~3px!This is annoying because I'm creating a form with input elements. Whenever I use SelectOneMenus, the grid row is slightly too large:
Any idea of how to remove this bottom "margin"? The developer tools in Chrome/FF/IE aren't revealing the root cause...