rusackas commented on code in PR #36071:
URL: https://github.com/apache/superset/pull/36071#discussion_r2599505894
##########
superset-frontend/src/pages/DashboardList/index.tsx:
##########
@@ -118,12 +119,30 @@ const Actions = styled.div`
color: ${({ theme }) => theme.colorIcon};
`;
+const FlexRowContainer = styled.div`
+ align-items: center;
+ display: flex;
+ gap: ${({ theme }) => theme.sizeUnit}px;
+
+ a {
+ overflow: hidden;
Review Comment:
Might be worth testing, but I think the better fix here would be to add
`mid-width:0` rather than this suggestion, then it just does its flexbox magic.
The ChartList one probably needs this too, actually.
--
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]