sahil-walia commented on code in PR #55652:
URL: https://github.com/apache/airflow/pull/55652#discussion_r2347629804


##########
airflow-core/src/airflow/ui/src/components/HeaderCard.tsx:
##########
@@ -38,7 +38,7 @@ export const HeaderCard = ({ actions, icon, isRefreshing, 
state, stats, subTitle
   const { t: translate } = useTranslation();
 
   return (
-    <Box borderColor="border.emphasized" borderRadius={8} borderWidth={1} 
ml={2} p={2}>
+    <Box borderColor="border.emphasized" borderRadius={8} borderWidth={1} 
p={2}>

Review Comment:
   Thanks for making this change. Curious - have you tried adding the padding 
to other box and saw if that was looking any good? 



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