dheerajturaga commented on code in PR #53652:
URL: https://github.com/apache/airflow/pull/53652#discussion_r2249103143


##########
airflow-core/src/airflow/ui/src/pages/DagRuns.tsx:
##########
@@ -257,6 +276,19 @@ export const DagRuns = () => {
             placeHolder={translate("dags:filters.runIdPatternFilter")}
           />
         </Box>
+        <Box flex="0 0 auto" minW="max-content">
+          <SearchBar
+            defaultValue={filteredTriggeringUserNamePattern ?? ""}
+            groupProps={{
+              minWidth: 
`${translate("dags:filters.triggeringUserNameFilter").length * 0.6 + 6}ch`,
+              width: "auto",

Review Comment:
   All this is essentially coming from the initial truncated place holder 
comment. Cleaned up all that code to match the other search box implementation. 
It should be clean now



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