Browse Source

Merge pull request #526 from Budibase/backend-button-fix

Backend button width fix
pull/530/head
Joe 6 years ago
committed by GitHub
parent
commit
d0c9a14723
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/builder/src/components/nav/ModelSetupNav/ModelSetupNav.svelte

2
packages/builder/src/components/nav/ModelSetupNav/ModelSetupNav.svelte

@ -131,7 +131,7 @@
}
footer {
width: 100%;
width: 260px;
position: fixed;
bottom: 20px;
}

Loading…
Cancel
Save