GitHub user corneadoug opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/531
ZEPPELIN-500 - Fix leak of output in Firefox
### What is this PR for?
It as been reported in #436 that the output was breaking in the case of
``_text`` container. (long line outside of container instead of multiple lines)
We then realized that it was happening only on Firefox
### What type of PR is it?
Bug Fix
### Todos
* [x] - Fix line break on Firefox
* [x] - Test on: Chrome, Firefox, Safari, Opera, IE10
### Is there a relevant Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-500
### How should this be tested?
You can run ``println(1 to 1000)`` and check the result on every web
browsers
### Screenshots (if appropriate)
Before:

After:
<img width="1353" alt="ce1bcd5e-a256-11e5-9744-a65c02c647c9"
src="https://cloud.githubusercontent.com/assets/710411/11774310/13f75422-a277-11e5-9989-9e6bed184ef9.png">
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/corneadoug/incubator-zeppelin fix/ZEPPELIN-500
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/531.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 #531
----
commit 3b1ad0bc39c4f5fe2dcf86a86756d39f0c498eff
Author: Damien CORNEAU <[email protected]>
Date: 2015-12-14T06:19:32Z
Remove CSS white-space: pre
----
---
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.
---