gabotorresruiz commented on code in PR #36963:
URL: https://github.com/apache/superset/pull/36963#discussion_r2691328136


##########
superset-frontend/packages/superset-ui-core/src/components/Select/Select.tsx:
##########
@@ -776,6 +777,7 @@ const Select = forwardRef(
           optionRender={option => <Space>{option.label || 
option.value}</Space>}
           oneLine={oneLine}
           css={props.css}
+          dropdownAlign={DROPDOWN_ALIGN_BOTTOM}

Review Comment:
   Hey @reynoldmorel is there any chance we can add a test for this? If someone 
changes it or removes it, we can at least catch it (the test will fail)



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