EnxDev commented on PR #33090: URL: https://github.com/apache/superset/pull/33090#issuecomment-2829525052
> From functional testing: > > 1. ul: We lost some dots: > > * `src/components/ErrorMessage/ParameterErrorMessage.tsx` > >   > > * `src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx` > >   > > * `src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx` This one also has a text color problem > >   > > 2. img: Image sizes seem changed > > * Loading image size in `src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx` > >   > > * Home menu brand icon size is a bit bigger. I am fine with this change but it doesn't seem intentional > >   > > Thanks for this! I can do one more review after these fixes and i think we can merge after that Related to images, Antd Typography.Link overrides the padding, which causes the images to appear larger. Therefore, all of them should be fixed ✅. Thanks! -- 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]
