I am using some CSS in an HTMLtext field to help me easily format some things, as this is easier and less cumbersome than some of the layout options we are given. For example, easier to do things like rounded corners, gradients, etc.
However, I am noticing that certain properties, like display: flexbox and display: grid get stripped out. (Verified via the browser dev tools).
Does anyone know if there going to be support for those CSS properties?