fix: add 1px width to the container to calculate more accurately (#6174)
* fix: add 1px width to the container to calculate accurately * fix tests
This commit is contained in:
src
@ -312,7 +312,7 @@ Object {
|
||||
"versionNonce": 0,
|
||||
"verticalAlign": "middle",
|
||||
"width": 100,
|
||||
"x": 0,
|
||||
"x": -0.5,
|
||||
"y": 0,
|
||||
}
|
||||
`;
|
||||
|
Reference in New Issue
Block a user