Basic table component - spacing

Hi
I have been using the basic table in my app and it really is great!
However, would there be a way to compress it vertically as I have some tables with many lines and they don’t quit fit on the screen.
There is a lot of white space between each element could that be reduced?

Thanks - I Love Glide!!!

3 Likes

Add this CSS to a rich text component:

<pre><span><style>
.sts-row {
    height: 30px !important;
}
6 Likes

W O W
Such a simple solution - Genius
Thanks
I love Glide

2 Likes

Now that it is easy for me to reduce the spacing in basic tables (thanks Robert) …
is there a way to reduce the spaces in data entry and or between them?

Thanks

Hello


Any chance that you have code to reduce the spacing in a form?
Thanks