chmelevskij commented on issue #36204:
URL: https://github.com/apache/superset/issues/36204#issuecomment-3611562935

   As a workaround for those with the issue, it's possible to fix it with css 
templates. Adding something like:
   ```css
   *,
   *::before,
   *::after {
     box-sizing: border-box;
   }
   ```
   
   will give the same look like main dashboard.


-- 
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