argoproj / argo-workflows

Workflow Engine for Kubernetes
https://argo-workflows.readthedocs.io/
Apache License 2.0
15.11k stars 3.21k forks source link

fix(ui): Clickable URLs are messing up formatting in the UI #13923

Closed Adrien-D closed 2 days ago

Adrien-D commented 3 days ago

Motivation

Since this change, URLs are now clickable but splitted in columns which is not the desired behavior

Screenshot 2024-11-21 at 16 28 43 Screenshot 2024-11-21 at 16 28 36

Modifications

I wrapped the LinkifiedText component with a simple span to leave the text on the same line

Verification

Screenshot 2024-11-21 at 16 28 55