Fix styles of default server generated layouts
This commit is contained in:
parent
91939a2be0
commit
bcbced72c2
|
@ -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…
Reference in New Issue