fix: left margin for svg

This commit is contained in:
Bogdan Lyashenko 2019-08-06 20:26:06 +02:00
parent fcd108f9e7
commit 390bb8ff67
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
overflow: auto;
width: 100%;
margin-top: 20px;
margin-left: 10px;
}
.MainLoader {

View File

@ -53,7 +53,7 @@ export const calculateLayoutProps = (list, padding = 120) => {
const width = Math.round(Math.abs(maxX + maxCcWidth) + Math.abs(minX) + 2 * padding);
return {
xShift: padding / 4,
xShift: 5,
width,
height,
yShift,