Browse Source

Merge pull request #3313 from Budibase/fix/automation-block-width

fix width of automation blocks
pull/3316/head
Peter Clement 5 years ago
committed by GitHub
parent
commit
5cd5fb0cab
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/builder/src/components/automation/AutomationBuilder/FlowChart/FlowItem.svelte

2
packages/builder/src/components/automation/AutomationBuilder/FlowChart/FlowItem.svelte

@ -202,7 +202,7 @@
display: inline-block;
}
.block {
width: 360px;
width: 480px;
font-size: 16px;
background-color: var(--background);
border: 1px solid var(--spectrum-global-color-gray-300);

Loading…
Cancel
Save