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