Browse Source

Fix styles of default server generated layouts

pull/4023/head
Andrew Kingston 5 years ago
parent
commit
bcbced72c2
  1. 3
      packages/server/src/constants/layouts.js

3
packages/server/src/constants/layouts.js

@ -22,7 +22,6 @@ const EMPTY_LAYOUT = {
"flex-direction": "column",
"justify-content": "flex-start",
"align-items": "stretch",
padding: "32px",
},
hover: {},
active: {},
@ -70,7 +69,6 @@ const BASE_LAYOUTS = [
"flex-direction": "column",
"justify-content": "flex-start",
"align-items": "stretch",
padding: "32px",
},
hover: {},
active: {},
@ -116,7 +114,6 @@ const BASE_LAYOUTS = [
"flex-direction": "column",
"justify-content": "flex-start",
"align-items": "stretch",
padding: "32px",
},
hover: {},
active: {},

Loading…
Cancel
Save