浏览代码

HUE-6827 [editor] Fix padding on download modal body

Enrico Berti 8 年之前
父节点
当前提交
51574d4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/core/src/desktop/templates/common_notebook_ko_components.mako

+ 1 - 1
desktop/core/src/desktop/templates/common_notebook_ko_components.mako

@@ -293,7 +293,7 @@ except ImportError, e:
         <h2 class="modal-title">${_('Your downloaded results have been truncated')}</h2>
         <!-- /ko -->
       </div>
-      <div class="modal-body" style="padding: 4px">
+      <div class="modal-body">
         <!-- ko if: isDownloading -->
         ${ _('Please wait, it might take a while...') } <i class="fa fa-spinner fa-spin"></i>
         <!-- /ko -->