GitHub user AhyoungRyu opened a pull request:

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

    [MINOR] Fix broken CSS for plain text paragraph result

    ### What is this PR for?
    After #1711 merged, plain text paragraph result CSS is broken now. 
Originally the text result like below (it's `0.6.2`). The font was `Monaco` 
applied by `.paragraph .text` class. 
    
![result1](https://cloud.githubusercontent.com/assets/10060731/21538417/421bdb76-cde0-11e6-901e-8fd79c0cb69a.png)
    <img width="213" alt="screen shot 2016-12-29 at 2 58 14 pm" 
src="https://cloud.githubusercontent.com/assets/10060731/21538419/44d4f0e6-cde0-11e6-9707-227ee4b95446.png";>
    
    
    But now  bootstrap default font `Helvetica` is used. 
    
![result2](https://cloud.githubusercontent.com/assets/10060731/21538421/47f72794-cde0-11e6-877c-4b43ae4f217f.png)
    <img width="245" alt="screen shot 2016-12-29 at 2 58 07 pm" 
src="https://cloud.githubusercontent.com/assets/10060731/21538424/49824ec2-cde0-11e6-8a07-c893eb31a12e.png";>
    
    So I bring it back by adding new class `.plainTextContainer`.
    
    ### What type of PR is it?
    Bug Fix
    
    ### What is the Jira issue?
    No Iira issue for this 
    
    ### How should this be tested?
     1. See the current text paragraph result (e.g. Zeppelin tutorial: Spark)
     2. Apply this patch and start dev mode under `zeppelin-web` \w `npm run 
dev` -> browse `http://localhost:9000`
     3. Compare the text paragraph result 
    
    ### Screenshots (if appropriate)
    
    ### 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/AhyoungRyu/zeppelin fix/brokenCSS

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

    https://github.com/apache/zeppelin/pull/1816.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 #1816
    
----
commit de10ec1eefe5e0a8fd0ecb239c28dcd3c8f58347
Author: AhyoungRyu <fbdkdu...@hanmail.net>
Date:   2016-12-29T06:40:13Z

    Fix broken CSS for plain text paragraph result

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to