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.
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
styleblock without the dependency of using the child selector.