3
0
Nikatlas преди 5 години
родител
ревизия
2da0c44096
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      lib/Module.js

+ 2 - 1
lib/Module.js

@@ -20,7 +20,8 @@ export default class Module extends React.Component{
 		this.isTemplate = false
 		//console.log("GEN EV: " , eventName, EventSystem);
 		this._containerStyle = {
-			margin: 10
+			marginLeft: 12,
+			marginRight: 12,
 		}
 	}