1
0
Fork 0
mirror of synced 2024-07-04 14:01:27 +12:00

fix width of automation blocks

This commit is contained in:
Peter Clement 2021-11-10 14:43:07 +00:00
parent 969d2f5377
commit 4e6a9c8154

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