Where can I show Tab labels?

  • Adjustable Table Row Height
    This one just affects the Basic Table component. Adjust the height to your liking.
<pre><span><style>
.sts-row {
    height: 35px !important;
}

The other one is a bit more complicated, and won’t work for you just if I share the CSS. I use it for collapsible CSS tables. See below for an example:

1 Like