rusackas commented on a change in pull request #12738:
URL: https://github.com/apache/superset/pull/12738#discussion_r566628120
##########
File path: superset-frontend/src/common/components/Radio/index.tsx
##########
@@ -21,20 +21,26 @@ import { Radio as BaseRadio } from 'src/common/components';
const StyledRadio = styled(BaseRadio)`
.ant-radio-inner {
- width: 18px;
- height: 18px;
+ top: -2px;
+ left: 2px;
+ width: 15px;
Review comment:
I'm guessing you already thought of this, but my only teeeeeensy nitpick
here is wondering if width/height look good at 16px, so we can use gridUnit * 4
here. Same with the 5px width/height below going down to possibly 4px (1
gridUnit). Hard for me to say just from looking at the code though ;)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]