Button with link style and icon is rendered inside the table much smaller

Hi,

I am adding custom components to a Table where the custom component includes a Button (styled as link) and have an Icon. Icon is using a 50x50 size image. However when I have my component added to the table icon is much smaller. I tried almost all combinations of component sizes (setSizeFull, Undefined etc). Have any idea why that might be happening ?

Cheers,
Ozgun

I looks like a CSS problem.
Does it happen with default themes ?

You can use firebug/webinspector to see what is happening in there.

Hi Mathias,
Thanks for response. Yes I am using default themes. I just took a look at firebug and it is just rendered small. Actually after that I went with another solution which satisfy the need there and used Embedded instead of button. If I encounter the same issue maybe I can tell more. Thanks again.