pierrejeambrun commented on code in PR #23392:
URL: https://github.com/apache/airflow/pull/23392#discussion_r864252329
##########
airflow/www/static/js/tree/Tree.jsx:
##########
@@ -85,7 +91,10 @@ const Tree = () => {
}, [tableRef, scrollOnResize]);
return (
- <Box>
+ <Box mt={3}>
+ <FilterBar />
+ <LegendRow />
+ <Divider mb={5} borderBottomWidth={2} />
<Flex flexGrow={1} justifyContent="flex-end" alignItems="center">
Review Comment:
I tried for sanity, on a 13inch this will look close to this (~1300px
width), it's quite close to warpping and quite crowded. IMO i would leave it as
is, but I am happy to make the change if you want.

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