Github user AhyoungRyu commented on the issue:

    https://github.com/apache/zeppelin/pull/1684
  
    @marchpig Thanks for your prompt response! 
    As you said I checked `zeppelin-web/dist/styles/main.515f20f02a10e31a.css` 
after I rebuild the latest master branch like below.
    ```
    $ npm run build
    
    > [email protected] build 
/Users/ahyoungryu/Dev/zeppelin-development/zeppelin-test/zeppelin-web
    > grunt build
    
    Running "jscs:all" (jscs) task
    >> 50 files without code style errors.
    
    Running "jscs:test" (jscs) task
    >> 8 files without code style errors.
    
    Running "eslint:all" (eslint) task
    
    Running "eslint:test" (eslint) task
    
    Running "htmlhint:src" (htmlhint) task
    >> 34 files lint free.
    
    Running "clean:dist" (clean) task
    Cleaning .tmp...OK
    Cleaning dist/404.html...OK
    Cleaning dist/WEB-INF...OK
    Cleaning dist/app...OK
    Cleaning dist/assets...OK
    Cleaning dist/components...OK
    Cleaning dist/extensions...OK
    Cleaning dist/favicon.ico...OK
    Cleaning dist/fonts...OK
    Cleaning dist/index.html...OK
    Cleaning dist/jax...OK
    Cleaning dist/scripts...OK
    Cleaning dist/styles...OK
    ```
    
    This is what I can see `.note-name-query` in `main.515f20f02a10e31a.css`
    ```
    .note-name-query {
        padding: 6px;
        color: #000;
        height: 28px;
        width: 200px;
        font-size: 14px;
        font-family: 'Helvetica Neue', Helvetica, Arial, FontAwesome, sans-serif
    }
    ```
    But still can't reproduce.


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