Merge pull request #3313 from Budibase/fix/automation-block-width
fix width of automation blocks
This commit is contained in:
commit
b4a82f3621
|
@ -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…
Reference in New Issue