You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by gi...@git.apache.org on 2017/10/07 07:41:09 UTC

[GitHub] rumbin commented on issue #3619: Bottom padding of Separator slice (Markdown) too large

rumbin commented on issue #3619: Bottom padding of Separator slice (Markdown) too large
URL: https://github.com/apache/incubator-superset/issues/3619#issuecomment-334917063
 
 
   ## Debugging
   Comparing the HTML of this element:
   
   ### Version 0.15.4
   ```
   <div id="slice_84" class="react-grid-item widget separator cssTransforms react-resizable" data-slice-id="84" style="width: 1781px; height: 100px; position: absolute; touch-action: none; transform: translate(20px, 2780px);">
   <div id="token_25540099-cell" class="slice-cell">
   <div class="chart-header">
   <div class="row">
   <div class="col-md-12 header">
   <div class="col-md-12 chart-controls" style="display: block; opacity: 0.433663;">
   </div>
   </div>
   <div class="slice_description bs-callout bs-callout-default" style="display: none;"></div>
   <div class="row chart-container">
   <input value="false" type="hidden">
   <div id="token_25540099" class="token col-md-12">
   <img class="loading" src="/static/assets/images/loading.gif" alt="loading" style="display: none;">
   <div id="token_25540099_con" class="slice_container" style="opacity: 1; height: 65px;">
   <hr>
   <h2>Element</h2>
   </div>
   </div>
   </div>
   </div>
   <span class="react-resizable-handle" style="touch-action: none;"></span>
   </div>
   ```
   ### Version 0.20.3
   ```
   <div id="slice_84" class="react-grid-item widget separator react-draggable cssTransforms react-resizable" data-slice-id="84" style="width: 1781px; height: 100px; position: absolute; touch-action: none; transform: translate(20px, 2780px);">
   <div id="84-cell" class="slice-cell">
   <div class="row chart-header">
   <div class="col-md-12">
   <div class="header">
   <span class="editable-title">
   <input required="" value="Text: Element" type="button">
   </span>
   </div>
   <div class="chart-controls" style="display: none;">
   </div>
   </div>
   <div class="slice_description bs-callout bs-callout-default" style="display: none;"></div>
   <div class="row chart-container">
   <input value="false" type="hidden">
   <div id="token_84" class="token col-md-12">
   <img class="loading" src="/static/assets/images/loading.gif" alt="loading" style="display: none;">
   <div id="con_84" class="slice_container separator" style="opacity: 1; height: 56.15px; overflow: auto;">
   <iframe id="if__con_84" sandbox="allow-scripts" srcdoc=" <html> <head> <link rel="stylesheet" type="text/css" href="/static/assets/dist/theme.c87a4fa1df501b3a6ccf.css" /> </head> <body style="background-color: transparent;"> <hr /> <h2>Element</h2> </body> </html>" frameborder="0" height="56.15000915527344">
   </div>
   </div>
   </div>
   </div>
   <span class="react-resizable-handle" style="touch-action: none;"></span>
   </div>
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services