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

fix width of automation blocks
This commit is contained in:
Peter Clement 2021-11-10 14:46:33 +00:00 committed by GitHub
commit b4a82f3621
1 changed files with 1 additions and 1 deletions

View File

@ -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);