fix width of automation blocks

This commit is contained in:
Peter Clement 2021-11-10 14:43:07 +00:00
parent 969d2f5377
commit 4e6a9c8154
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);