1cadumagalhaes commented on issue #33865:
URL: https://github.com/apache/superset/issues/33865#issuecomment-3006545859

   We were able to add some spacing for now by adding custom css to the 
dashboard and adding some spacing to table children
   
   
   ```css
   table * {
    padding: 5px;
   }
   /* Of course this could be optimized. Was just a quick test */
   ```
   
   Of course this is no solution, and I don't think changing the XSS filter is 
the way. A cleaner solution would be to not use inline style in the chart 
tooltips, and instead set classes. Either a class identifying the whole table, 
or separate classes for the title and rows. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to