pierrejeambrun commented on code in PR #56570:
URL: https://github.com/apache/airflow/pull/56570#discussion_r2436524883


##########
airflow-core/src/airflow/ui/src/layouts/Details/PanelButtons.tsx:
##########
@@ -223,7 +223,7 @@ export const PanelButtons = ({
   );
 
   return (
-    <Box position="absolute" ref={containerRef} top={1} width="100%" 
zIndex={1}>
+    <Box ml="-2px" position="absolute" px={4} ref={containerRef} top={1} 
width="100%" zIndex={1}>

Review Comment:
   Also there's probably a way to get away with that without specifying 
negative margins which are usually a mess to deal with.



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