Minor fix to property width

This commit is contained in:
Lucas Dower 2022-11-03 20:21:14 +00:00
parent 05a756a3b7
commit 5e63c71171
No known key found for this signature in database
GPG Key ID: B3EE6B8499593605

View File

@ -98,6 +98,7 @@ canvas {
align-items: center;
/*border: 1px solid yellow;*/
height: var(--property-height);
width: 0px;
}
.item-body-sunken {