editor: tweaking visual appearance
[fnpeditor.git] / src / editor / modules / documentCanvas / canvas / canvas.less
index 934aff8..2c6edc2 100644 (file)
@@ -1,7 +1,8 @@
 .view-table {
     display: table;
-    width: 96%;
-    
+    width: calc(~'100% - 100px');
+    margin: 10px 0 20px 100px;
+
     .view-row {
         display: table-row;
     }