Skip to content

Commit 2a1c2dd

Browse files
CSS
1 parent 9d816f9 commit 2a1c2dd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/fields/RectanglePositioner.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ class UnconnectedRectanglePositioner extends Component {
9292
style={{
9393
width: fieldWidthPx + 1,
9494
height: fieldHeightPx + 1,
95-
margin: '0 auto',
9695
}}
9796
>
9897
{Array(gridRes * gridRes)

src/styles/components/fields/_field.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
border-left: 1px solid;
9090
}
9191
.rect-container {
92-
margin: var(--spacing-eighth-unit) auto var(--spacing-quarter-unit) auto;
92+
margin: 0 auto;
9393
position: relative;
9494
max-width: 294px;
9595
}

0 commit comments

Comments
 (0)