Merge branch 'master' of https://github.com/Budibase/budibase into components/card-settings-and-input-suffix
This commit is contained in:
commit
e9da6b6151
|
@ -26,6 +26,8 @@ export const generate_css = style => {
|
|||
return (str += `${key}: ${value.join(" ")};\n`)
|
||||
}
|
||||
}
|
||||
|
||||
return str
|
||||
}, "")
|
||||
|
||||
return (cssString || "").trim()
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
flex: 1;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
max-height: 500px;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.no-design {
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
cursor: pointer;
|
||||
margin-bottom: 8px;
|
||||
padding: 8px 0px 16px 0px;
|
||||
width: 120px;
|
||||
width: 110px;
|
||||
height: 80px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in New Issue