Merge pull request #481 from Budibase/Padding-doesn't-match-between-preview-and-builder-#460-fix

Issue [iframe margin] #460 and frontend tab switch
This commit is contained in:
Joe 2020-07-21 13:52:12 +01:00 committed by GitHub
commit 454ff604c2
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ export default `<html>
body, html {
height: 100%!important;
font-family: Inter !important;
margin: 0px!important;
}
*, *:before, *:after {
box-sizing: border-box;

View File

@ -23,8 +23,8 @@
let codeEditor
let flattenedPanel = flattenComponents(panelStructure.categories)
let categories = [
{ value: "design", name: "Design" },
{ value: "settings", name: "Settings" },
{ value: "design", name: "Design" },
{ value: "events", name: "Events" },
]
let selectedCategory = categories[0]