Repository: incubator-zeppelin Updated Branches: refs/heads/master 600f728d2 -> fb5d21719
ZEPPELIN-389: Longer Paragraph Title will wrap to new line and interfere with code below This PR relates to: https://issues.apache.org/jira/browse/ZEPPELIN-389 fixing a bug with paragraph titles longer than 1 line. Current long paragraph title: <img width="1258" alt="screen shot 2015-11-03 at 12 16 26 pm" src="https://cloud.githubusercontent.com/assets/6380209/10919812/6e5b919a-8232-11e5-9963-8e7847b8bd67.png"> After the pull request: <img width="1247" alt="screen shot 2015-11-03 at 1 15 35 pm" src="https://cloud.githubusercontent.com/assets/6380209/10919819/7a4053f6-8232-11e5-878a-0a423c042520.png"> Author: Michael Chen <miketyc...@gmail.com> Closes #388 from MikeTYChen/ZEPPELIN-389 and squashes the following commits: d4daad0 [Michael Chen] ZEPPELIN-389: longer paragraph title Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/fb5d2171 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/fb5d2171 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/fb5d2171 Branch: refs/heads/master Commit: fb5d21719297e27fc8f033534259c016b4217210 Parents: 600f728 Author: Michael Chen <miketyc...@gmail.com> Authored: Tue Nov 3 13:51:06 2015 -0600 Committer: Damien CORNEAU <cornead...@gmail.com> Committed: Thu Nov 5 15:29:36 2015 +0900 ---------------------------------------------------------------------- zeppelin-web/src/app/notebook/paragraph/paragraph.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/fb5d2171/zeppelin-web/src/app/notebook/paragraph/paragraph.css ---------------------------------------------------------------------- diff --git a/zeppelin-web/src/app/notebook/paragraph/paragraph.css b/zeppelin-web/src/app/notebook/paragraph/paragraph.css index 4cb38de..79725ef 100644 --- a/zeppelin-web/src/app/notebook/paragraph/paragraph.css +++ b/zeppelin-web/src/app/notebook/paragraph/paragraph.css @@ -178,7 +178,7 @@ .paragraph .title { margin: 3px 0px 0px 0px; - height: 20px; + min-height: 20px; font-size: 12px; }