bito-code-review[bot] commented on PR #43638: URL: https://github.com/apache/superset/pull/43638#issuecomment-5448302899
<!-- Bito Reply --> The flagged issue is correct. The documentation claims `resultsGridBorderRadius` applies to both the grid and its wrapper, but the implementation only supports the grid itself. To resolve this, you should update the documentation to accurately reflect the current behavior by removing the reference to the wrapper. Would you like me to fetch all other comments on this PR to validate and implement fixes for them as well? **docs/admin_docs/configuration/theming.mdx** ``` | `resultsGridBorderRadius` | `number` | Border radius applied to the grid, in pixels. | ``` -- 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]
