We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d816f9 commit 2a1c2ddCopy full SHA for 2a1c2dd
src/components/fields/RectanglePositioner.js
@@ -92,7 +92,6 @@ class UnconnectedRectanglePositioner extends Component {
92
style={{
93
width: fieldWidthPx + 1,
94
height: fieldHeightPx + 1,
95
- margin: '0 auto',
96
}}
97
>
98
{Array(gridRes * gridRes)
src/styles/components/fields/_field.scss
@@ -89,7 +89,7 @@
89
border-left: 1px solid;
90
}
91
.rect-container {
- margin: var(--spacing-eighth-unit) auto var(--spacing-quarter-unit) auto;
+ margin: 0 auto;
position: relative;
max-width: 294px;
0 commit comments