Hi,
is it possible to round the border of container in value selection node through css.
Yes, assuming you already have this container covered by a custom CSS in KNIME, you need to add border-radius:
to the code with an amount of pixels or percentage, like border-radius: 20px;
. Example:
It follows the default CSS logic for borders. A good example on its behavior is available here:
If you need this from scratch let me know and I’ll give a rundown on how to do it.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.