No matter what i try in CSS, I can't seem to unset or modify the width on a "pdc-" class. Here is what I am trying:
#q423 [class*="pdc-"] { width: unset !important; }
I know the pdc-'s change and are important, however I need to dynamically change the width on this customHTML field. Well, I hope to at least.
I am trying to adjust the width on this one customHTML field rather than 2 tables. It works great with a manual change in the browser dev tools. It keeps the proportions of the 2 tables, so trying to replicate that here.
Anyone been down this road?