GitHub user gengliangwang opened a pull request:

    https://github.com/apache/spark/pull/22744

    [SPARK-25741][WebUI] Long URLs are not rendered properly in web UI

    ## What changes were proposed in this pull request?
    
    When the URL for description column in the table of job/stage page is long, 
WebUI doesn't render it properly.
    
    
    
![beforefix](https://user-images.githubusercontent.com/1097932/47009242-9323ba00-d16e-11e8-8262-0848d814442a.jpeg)
     
    
    Both job and stage page are using the class `name-link` for the description 
URL,  so change the style of `a.name-link` to fix it.
    
    
    ## How was this patch tested?
    
    Manual test on my local:
    
![afterfix](https://user-images.githubusercontent.com/1097932/47009269-a46cc680-d16e-11e8-9ff5-0318a20db634.jpeg)
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gengliangwang/spark fixUILink

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/22744.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #22744
    
----
commit 9967c02770e0dd528476092a00e05f83c936f424
Author: Gengliang Wang <gengliang.wang@...>
Date:   2018-10-16T09:59:42Z

    use break-word for a.name-link

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to