bbovenzi commented on code in PR #66812:
URL: https://github.com/apache/airflow/pull/66812#discussion_r3229015416


##########
airflow-core/src/airflow/ui/src/pages/DagsList/DagsFilters/DagsFilters.tsx:
##########
@@ -146,7 +146,9 @@ export const DagsFilters = () => {
 
   return (
     <HStack flexWrap="wrap" gap={2} justifyContent="space-between">
-      <StateFilters onChange={handleStateChange} value={stateValue} />
+      <Box overflowX="auto" pb={1}>

Review Comment:
   Let's not add the `pb={1}`. I know tis for the scroll bar but it makes it so 
the gaps between dags filter elements will always be different



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