Dotify71 commented on code in PR #69114:
URL: https://github.com/apache/airflow/pull/69114#discussion_r3508992143


##########
airflow-core/src/airflow/ui/src/layouts/Details/DetailsLayout.tsx:
##########
@@ -378,6 +378,7 @@ export const DetailsLayout = ({ children, error, isLoading, 
outletContext, tabs
                         right={direction === "rtl" ? "0" : undefined}
                         size="2xs"
                         top="50%"
+                        transform={direction === "ltr" ? "translateX(-100%)" : 
"translateX(100%)"}

Review Comment:
   Done.... removed the transform prop and the <FaChevronRight /> / 
<FaChevronLeft /> icon children from the collapse IconButton. The button now 
has no visible icon, making it implicitly hidden as you suggested.



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

Reply via email to