Help, Basic Table Image too small. Any fix?

Hi.
Maybe you could try with this CSS:

<pre><span><style>

[data-test='app-simple-table'] .sts-value.image {
height: 50px !important;
}

It worked for me.

…or with that image of yours:
imgCSS2

Here I added some margin-right property, but you can play with it as you wish:

3 Likes