Question
Thingworx Widgets Custom CSS Deep Dive Session
A lot of times the widgets are limited in capability, and we have to resort to Custom CSS. I've recently read an article which gives a ridiculous Custom CSS solution that no developer could've got to by themselves:
#runtime-workspace .test.widget-flexcontainer-bounding-box.allow-content-resize { flex: 1 0 auto !important; }
Is there no chance that we could have a PTC tutorial with how to achieve Custom CSS editing through Dev Tools? All official resources I've come across are very flimsy.
Thanks.

