alkismavridis opened a new issue, #52764: URL: https://github.com/apache/airflow/issues/52764
### Apache Airflow version 3.0.2 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Create a dag with exactly 4 Tags. Go to `/dags` page and check the table. Expected: all tags are separated by comma. Actual: the third and fourth tags have no comma between.  ### What you think should happen instead? all tags are separated by comma. ### How to reproduce Create a dag with exactly 4 Tags. Go to `/dags` page and check the table. ### Operating System macOS ### Versions of Apache Airflow Providers 3.0.1 ### Deployment Docker-Compose ### Deployment details Create a dag with exactly 4 Tags. Go to `/dags` page and check the table. ### Anything else? I think the issue lies in `LimitedItemsList.tsx` ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
