You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2019/01/09 16:22:58 UTC

[GitHub] sirianni opened a new pull request #3280: [MINOR][ZEPPELIN-1919] Reduce font size in markdown output

sirianni opened a new pull request #3280: [MINOR][ZEPPELIN-1919] Reduce font size in markdown output
URL: https://github.com/apache/zeppelin/pull/3280
 
 
   ### What is this PR for?
   This PR fixes the CSS such that the original intent of PR #1867 is properly implemented.
   
   The relative inclusion order of `github-markdown.css` (via WebPack) vs `paragraph.css` (via `<link>` tag) cannot be relied upon for the intended override behavior.  This fix adds the `!important` qualifier to the style overrides to address this problem.
   
   ### 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?
   * Compare font size in markdown interpreter before and after fix
   
   ### Screenshots (if appropriate)
   
   ### Questions:
   * Does the licenses files need update? **No**
   * Is there breaking changes for older versions? **No**
   * Does this needs documentation? **No**
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services