inky
inky copied to clipboard
Add CSS classes to container table cell output
The CRM I'm using converts the CSS child selector > to > in style blocks, which makes styling a container's table-cell difficult.
I'd recommend updating componentFactory to include a CSS class on the table-cell, so that we can style it for mobile devices in the style block without the dependency of using the child selector.