소스 검색

Margin fix

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