Prevent outline collision when agents begin immediately inside a block

This commit is contained in:
David Evans 2017-10-25 00:44:25 +01:00
parent 8767140cd7
commit 5a2eb4813b
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ define(() => {
bottom: 5,
};
const BLOCK_SECTION_PADDING = {
top: 1,
top: 3,
bottom: 5,
};
const BLOCK_MODE_PADDING = {