Browse Source

Merge pull request #6647 from Budibase/fix/automation-drawers

Fix drawer widths in automations section
pull/6812/head
Andrew Kingston 4 years ago
committed by GitHub
parent
commit
9348e3e4dd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/bbui/src/Drawer/Drawer.svelte

1
packages/bbui/src/Drawer/Drawer.svelte

@ -82,6 +82,7 @@
}
.fillWidth {
left: 260px !important;
width: calc(100% - 260px) !important;
}

Loading…
Cancel
Save