Przeglądaj źródła

replace style code from pages file to page_accessaries modal

kaoritokashiki 5 lat temu
rodzic
commit
6721ca51b5

+ 0 - 5
src/client/styles/scss/_page.scss

@@ -93,11 +93,6 @@
     background-color: white;
   }
 }
-// revision-history on pageAccsesoriesModal
-.d2h-code-side-linenumber {
-  position: static;
-  display: table-cell;
-}
 
 /**
  * for table with handsontable modal button

+ 10 - 0
src/client/styles/scss/_page_accessaries_modal.scss

@@ -4,4 +4,14 @@
     height: 20px;
     margin-right: 5px;
   }
+
+  .grw-tab-content-style {
+    max-width: 1140px;
+    max-height: 595px;
+  }
+  // revision-history on pageAccsesoriesModal
+  .d2h-code-side-linenumber {
+    position: static;
+    display: table-cell;
+  }
 }