Trying to remove padding inside the tabs content.
Defined the following css in styles.css
vaadin-tabs::part(content) {
padding: 0px !important;
margin: 0px !important;
background-color: red;
border-bottom-left-radius: inherit !important;
border-bottom-right-radius: inherit !important;
}
While it works in the Jmix 2.1 studio designer (the space is removed), it is not working in chrome. Any idea why ?