1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

Fix styles of list autoscreen

This commit is contained in:
Andrew Kingston 2021-06-18 12:32:47 +01:00
parent 74874cf46c
commit a828e2b0c3

View file

@ -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",