Browse Source

Fix styles of list autoscreen

pull/4023/head
Andrew Kingston 5 years ago
parent
commit
a0b98e8f27
  1. 2
      packages/builder/src/builderStore/store/screenTemplates/rowListScreen.js

2
packages/builder/src/builderStore/store/screenTemplates/rowListScreen.js

@ -128,7 +128,6 @@ const createScreen = table => {
background: "white",
"border-radius": "0.5rem",
"box-shadow": "0 1px 2px 0 rgba(0, 0, 0, 0.05)",
"margin-top": "20px",
"border-width": "2px",
"border-color": "rgba(0, 0, 0, 0.1)",
"border-style": "None",
@ -136,7 +135,6 @@ const createScreen = table => {
"padding-bottom": "48px",
"padding-right": "48px",
"padding-left": "48px",
"margin-bottom": "20px",
})
.customProps({
direction: "column",

Loading…
Cancel
Save