rusackas commented on code in PR #31279:
URL: https://github.com/apache/superset/pull/31279#discussion_r1868774511
##########
superset-frontend/src/components/ButtonGroup/index.tsx:
##########
@@ -30,22 +31,28 @@ export default function ButtonGroup(props:
ButtonGroupProps) {
role="group"
className={className}
css={{
- '& :nth-of-type(1):not(:nth-last-of-type(1))': {
+ display: 'flex',
+ '& > :nth-of-type(1):not(:nth-last-of-type(1))': {
Review Comment:
Now that we have icons in buttons sometimes (which was always supported by
AntD), I made these styles more specific, so they apply to the buttons
themselves, and not elements _within_ the buttons.
--
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]