Repository: zeppelin Updated Branches: refs/heads/master 4c8f20ae3 -> 971631c1a
[MINOR] Fix notebook title bar margin ### What is this PR for? Notebook title bar location is little bit shifted to left. This minor fix notebook title bar margin. See screenshots below. ### What type of PR is it? Bug Fix ### Todos * [x] - fix margin ### Screenshots (if appropriate) Before ![image](https://user-images.githubusercontent.com/1540981/33742650-3469c2fe-db5e-11e7-8aa6-936d0a28de3a.png) After ![image](https://user-images.githubusercontent.com/1540981/33742640-250c3dc8-db5e-11e7-8af3-e8a9d7105963.png) ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: Lee moon soo <m...@apache.org> Closes #2699 from Leemoonsoo/minor_noteaction_margin and squashes the following commits: 703f45830 [Lee moon soo] fix noteAction magin Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/971631c1 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/971631c1 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/971631c1 Branch: refs/heads/master Commit: 971631c1a19edd12e38f61deb8ca6440f29d5148 Parents: 4c8f20a Author: Lee moon soo <m...@apache.org> Authored: Thu Dec 7 14:50:42 2017 -0800 Committer: Lee moon soo <m...@apache.org> Committed: Thu Dec 14 08:38:23 2017 -0800 ---------------------------------------------------------------------- zeppelin-web/src/app/notebook/notebook.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/971631c1/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 a7508bc..262ae8e 100644 --- a/zeppelin-web/src/app/notebook/notebook.css +++ b/zeppelin-web/src/app/notebook/notebook.css @@ -130,8 +130,8 @@ } .noteAction { - margin-left: -10px; - margin-right: -10px; + margin-left: 0px; + margin-right: 0px; font-family: 'Roboto', sans-serif; background: white; position: fixed;