Repository: zeppelin
Updated Branches:
  refs/heads/branch-0.8 b66c4d4dd -> 42125f6c5


[ZEPPELIN-3665] fix notebook name

### What is this PR for?
Name of notebook incorrectly displayed due to text direction.

Bug Fix

### What is the Jira issue?
[ZEPPELIN-3665](https://issues.apache.org/jira/browse/ZEPPELIN-3665)

### example:
Path: `2_Folder/NoteName`
#### Before
![before](https://user-images.githubusercontent.com/30798933/43382664-2caf8c6a-93e1-11e8-9bef-be271573a858.png)

#### After
![after](https://user-images.githubusercontent.com/30798933/43382674-3323e1b8-93e1-11e8-9ab9-fbfc88671042.png)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: Savalek <def...@mail.ru>

Closes #3099 from Savalek/ZEPPELIN-3665 and squashes the following commits:

cd77f59 [Savalek] [ZEPPELIN-3665] fix notebook name. add 'unicode-bidi: 
plaintext'
f59f09e [Savalek] [ZEPPELIN-3665] fix notebook name

(cherry picked from commit cbf22284834e52f718c8dbf29afd35d40ba39db8)
Signed-off-by: Jeff Zhang <zjf...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/42125f6c
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/42125f6c
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/42125f6c

Branch: refs/heads/branch-0.8
Commit: 42125f6c524f949ff44d9b202dd82b9ea2e1aed6
Parents: b66c4d4
Author: Savalek <def...@mail.ru>
Authored: Fri Jul 27 11:05:16 2018 +0300
Committer: Jeff Zhang <zjf...@apache.org>
Committed: Tue Sep 18 08:52:58 2018 +0800

----------------------------------------------------------------------
 zeppelin-web/src/app/notebook/notebook.css | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/42125f6c/zeppelin-web/src/app/notebook/notebook.css
----------------------------------------------------------------------
diff --git a/zeppelin-web/src/app/notebook/notebook.css 
b/zeppelin-web/src/app/notebook/notebook.css
index bc9efaa..167e52e 100644
--- a/zeppelin-web/src/app/notebook/notebook.css
+++ b/zeppelin-web/src/app/notebook/notebook.css
@@ -185,6 +185,7 @@
   overflow: hidden;
   text-overflow: ellipsis;
   direction: rtl;
+  unicode-bidi: plaintext;
   text-align: left;
   font-size: 29px;
   padding-top: 7px;

Reply via email to