You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "CloverHearts (JIRA)" <ji...@apache.org> on 2016/09/02 07:17:20 UTC

[jira] [Created] (ZEPPELIN-1404) invalid html structure for bootstrap in interpreter setting page

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)