When trying to apply an overflow strategy to make all text overflow into multiple lines when the wondow size is shrunk, it does not seem to apply to header rows. Any advice? Below is the code I am using to implement overflow:
'selector': '.dash-cell div.dash-cell-value',
'rule': 'display: inline; white-space: inherit; overflow: inherit; text-overflow: inherit;',
'text-align': 'center'