Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
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.