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.
Space between Tabs in TabSheet
Hi folks,
how can I get some space between tabs like this:
TAB-1[ space] TAB-2 [space] TAB-3 [space] ...
Margin, Padding is not possible - then the border of a tab get lost.
Kind regards
Andreas
Depends a bit on what theme you're using.
Use Firebug/Web Inspector/similar to dig a bit deeper into the element and CSS structure of the tabs and see where you could add a bit of margin/padding to add the space. There are at least the .v-tabsheet-tabitemcell and .v-tabsheet-tabitem elements you can use, plus all the elements inside them.