Merge branch 'master' of https://github.com/Budibase/budibase into components/card-settings-and-input-suffix

This commit is contained in:
Conor_Mack 2020-06-02 14:01:59 +01:00
commit e9da6b6151
3 changed files with 4 additions and 2 deletions

View File

@ -26,6 +26,8 @@ export const generate_css = style => {
return (str += `${key}: ${value.join(" ")};\n`)
}
}
return str
}, "")
return (cssString || "").trim()

View File

@ -66,7 +66,7 @@
flex: 1;
overflow-y: auto;
overflow-x: hidden;
max-height: 500px;
min-height: 0;
}
.no-design {

View File

@ -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;