jam411 3 лет назад
Родитель
Сommit
243b9f1d83

+ 20 - 0
packages/app/src/components/PageEditor/HandsontableModal.module.scss

@@ -22,3 +22,23 @@
     flex: 1;
   }
 }
+
+// // Prevent handsontable/handsontable #2937 (Manual column resize does not work when handsontable is loaded inside Bootstrap 3.0 Modal)
+// // see https://github.com/handsontable/handsontable/issues/2937#issuecomment-287390111
+// .modal.in .modal-dialog.handsontable-modal {
+//   transform: none;
+
+//   .data-import-button {
+//     position: relative;
+//     padding-right: 35px;
+//     padding-left: 10px;
+
+//     i:before {
+//       position: absolute;
+//       top: 6px;
+//       right: 8px;
+//       font-size: 20px;
+//     }
+//   }
+// }
+

+ 0 - 19
packages/app/src/styles/style-next.scss

@@ -147,22 +147,3 @@
   }
 
 }
-
-// Prevent handsontable/handsontable #2937 (Manual column resize does not work when handsontable is loaded inside Bootstrap 3.0 Modal)
-// see https://github.com/handsontable/handsontable/issues/2937#issuecomment-287390111
-.modal.in .modal-dialog.handsontable-modal {
-  transform: none;
-
-  .data-import-button {
-    position: relative;
-    padding-right: 35px;
-    padding-left: 10px;
-
-    i:before {
-      position: absolute;
-      top: 6px;
-      right: 8px;
-      font-size: 20px;
-    }
-  }
-}