Преглед на файлове

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 -->