Can't remove bottom “margin” on Primefaces SelectOneMenu

ChrisG

New Member
In the Primefaces Showcase, a SelectOneMenu is placed within a table cell. Here's the layout of the containing cell:
PeAq2.png
But, if I replicate the Showcase HTML structure and include its default.css, the layout I get looks like this:
pBfwZ.png
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:
5RJ5u.png
Any idea of how to remove this bottom "margin"? The developer tools in Chrome/FF/IE aren't revealing the root cause...
 
Back
Top