Hi,
I have the same question: I’m trying to change the row height in the table view node. I’m on KNIME AP 4.4.2, and I have experimented with the CSS settings.
It seems to me that ‘padding’ and ‘margin’ of the knime-table-cell class have no effect. Also, ‘height’ of the knime-table-row class has no effect. There doesn’t seem to be a way to influence the row height with CSS. Perhaps I’m missing something?
Welcome to the KNIME Forum. Following the example with the screenshots above, we have to note:
Tables in KNIME have their own “default” css. So if you have to overwrite css values, you must use “!important” after the value. (you can see the example in the screenshot below)
Hi Jose,
thanks vor replay. And sorry for my delay.
I think my problem is, I want to make the row smaller. Want to save space. And that probably does not allow it. It looks like some Pixels must always be above and below. I have already tried it with 2px height. Unfortunately it does not work.
Or can you create an example with 1 pixel between font and table border?