GitHub user AhyoungRyu opened a pull request:

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

    [MINOR][ZEPPELIN-1919] Reduce markdown intp's plain text font size

    ### What is this PR for?
    Currently Zeppelin `%md` result style is using 
[`github-markdown-css`](https://github.com/sindresorhus/github-markdown-css). 
But the plain text's font-size a bit bigger than any other interpreter's. And 
the margin between the text paragraph is also so wider than before. So I 
reduced them. 
    
    ### What type of PR is it?
    Improvement
    
    
    ### What is the Jira issue?
    [ZEPPELIN-1919](https://issues.apache.org/jira/browse/ZEPPELIN-1919)
    
    ### How should this be tested?
     - After applying this patch, run dev mode under `zeppelin-web` \w `npm run 
dev`
     - Compare the font size using `%md` interpreter
    
    ### Screenshots (if appropriate)
     - Before 
    ![Uploading before.png…]()
    
    
     - After 
    ![Uploading after.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/AhyoungRyu/zeppelin 
overwrite/github-markdown-css

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

    https://github.com/apache/zeppelin/pull/1867.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 #1867
    
----
commit f910b04048f800feb19ef5522fd16078752b7e00
Author: AhyoungRyu <[email protected]>
Date:   2017-01-07T12:06:23Z

    Down size markdown intp's plain text font

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to