1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

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 19a379e8d4
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;