1
0
Fork 0
mirror of synced 2024-06-29 03:20:34 +12:00

Fix styles of default server generated layouts

This commit is contained in:
Andrew Kingston 2021-06-18 12:32:29 +01:00
parent 91939a2be0
commit bcbced72c2

View file

@ -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: {},