GitHub user milooy opened a pull request: https://github.com/apache/zeppelin/pull/2994
[ZEPPELIN-3285] Refine the style of Notebook title ### What is this PR for? Refine the style of Notebook title (Ellipsis by character, 100% width under medium width browser, align delete button) (Before)  (After)  ### What type of PR is it? Improvement ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-3285 ### How should this be tested? **1. Run webapp** ```vi cd zeppelin-web yarn run dev ``` **2. Check the title have ellipsis by character, not looks cut.**  (before / after) **3. Check 'delete button' is aligned**   (before / after) **4. Check the title with is 100% under the window width 650px**  (before / after) * First time? Setup Travis CI as described on https://zeppelin.apache.org/contribution/contributions.html#continuous-integration * Strongly recommended: add automated unit tests for any new or changed behavior * Outline any manual steps to test the PR here. ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? N * Is there breaking changes for older versions? N * Does this needs documentation? N You can merge this pull request into a Git repository by running: $ git pull https://github.com/milooy/zeppelin master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2994.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 #2994 ---- commit 8b7d1b8db6c6677de37ea4e79372118f2774a90c Author: Jay Jin <jayjinjay@...> Date: 2018-05-29T10:32:31Z ZEPPELIN-3285 Align delete button in action bar commit a4418341f652cebc54fd9518f15fc07626a62ce4 Author: Jay Jin <jayjinjay@...> Date: 2018-05-31T12:08:43Z ZEPPELIN-3285 Delete left margin of title, ellipsis by word, RWD ---- ---