GitHub user r-kamath opened a pull request:

    https://github.com/apache/zeppelin/pull/2983

    ZEPPELIN-3496 Notebook title not visible in simple and report mode

    ### What is this PR for?
    Notebook title not visible in simple and report mode
    - fix title visibility
    - fix title alignment
    
    ### What type of PR is it?
    Bug Fix
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/ZEPPELIN-3496
    
    ### How should this be tested?
    manually switch views between default, simple and report
    
    ### Screenshots (if appropriate)
    **Simple view before**
    <img width="1020" alt="simple-view-before" 
src="https://user-images.githubusercontent.com/2031306/40469731-1b873c7e-5f4f-11e8-8bba-5958e963b53f.png";>
    **Simple view hover before** (left alignment is off)
    <img width="1029" alt="simple-view-hover-before" 
src="https://user-images.githubusercontent.com/2031306/40469730-1b4254c4-5f4f-11e8-9166-c2da6b0cc130.png";>
    
    
    **Simple view after**
    <img width="1009" alt="simple-view-after" 
src="https://user-images.githubusercontent.com/2031306/40469812-4b3b6b70-5f4f-11e8-87e2-474de25372d8.png";>
    **Simple view hover after**
    <img width="943" alt="simple-view-hover-after" 
src="https://user-images.githubusercontent.com/2031306/40469811-4b0a04fe-5f4f-11e8-8d2a-5435f722afd1.png";>
    
    
    
    ### Questions:
    * Does the licenses files need update? no
    * Is there breaking changes for older versions? no
    * Does this needs documentation? no


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

    $ git pull https://github.com/r-kamath/zeppelin ZEPPELIN-3496

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

    https://github.com/apache/zeppelin/pull/2983.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 #2983
    
----
commit 4dd6286b21c396a27cc4fd6a4c38d6bbb5824fc4
Author: Renjith Kamath <rkamath@...>
Date:   2018-05-24T07:01:18Z

    ZEPPELIN-3496 Notebook title not visible in simple and report mode
    
    - fix title visibility
    - fix title alignment
    
    Change-Id: I91242df99fe83b7b7b71c131e1bed5bd19eace5d

----


---

Reply via email to