Github user yinxusen commented on the pull request:

    https://github.com/apache/spark/pull/9265#issuecomment-151376585
  
    @mengxr The simplest way to change the view is adding a css font constrain:
    
    ```css
    div .highlight pre {
      font-size: 12px;
    }
    ```
    
    It controls the elements inslide `<div 
class="highlight"><pre>xxxxxx</pre></div>`. I also check the font sizes of 
other code examples, and they are 12px, which is defined in bootstrap.min.css. 
Instead of changing the code tag, I think modifing the css is better.


---
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.
---

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

Reply via email to