mistercrunch commented on code in PR #31596: URL: https://github.com/apache/superset/pull/31596#discussion_r1904800982
########## superset-frontend/src/pages/ChartList/index.tsx: ########## @@ -645,6 +647,7 @@ function ChartList(props: ChartListProps) { props.user, ), paginate: true, + width: 150, Review Comment: I can bump it back to 200px but was trying to save some more space to fit things in a single row. Arguably many of the dropdowns need more dropdown width than in the pop-down list (datasets, charts, dashboard names can be way beyond 200px). Luckily they all have a title prop which means hovering for a moment will show the full name. I think antd v5 will make it easier to have wider with in the popdown than in the trigger/input -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org