greggailly commented on code in PR #36071:
URL: https://github.com/apache/superset/pull/36071#discussion_r2614295355


##########
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:
   <img width="380" height="243" alt="Screenshot 2025-12-12 at 14 41 59" 
src="https://github.com/user-attachments/assets/e506cd58-399c-47c4-89be-77ed5fa269d7";
 />
   
   Looks good to me. I went on and added your suggestion @rusackas to both 
files. The suggested one with `display: inline-block` doesn't work by the 
way... And I agree I'd rather stick with flexbox.



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