CloverHearts created ZEPPELIN-1404:
--------------------------------------
Summary: invalid html structure for bootstrap in interpreter
setting page
Key: ZEPPELIN-1404
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1404
Project: Zeppelin
Issue Type: Bug
Reporter: CloverHearts
Assignee: CloverHearts
invalid html structure for bootstrap in interpreter setting page.
for example :
# correct
<div class="row">
<div class="col-md-12">
</div>
</div>
# invalid now.
<div class="row">
<div class="col-md-12">
</div>
</div>
<div class="col-md-12">
</div>
There occurs a problem with the current designers, and shape.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)