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 af45d0d commit 8d0bc6eCopy full SHA for 8d0bc6e
packages/app/src/app/pages/Sandbox/Editor/Workspace/Project/index.js
@@ -267,7 +267,7 @@ class Project extends React.Component {
267
</PropertyValue>
268
</Item>
269
{sandbox.owned ? (
270
- <Item flex>
+ <Item style={{ marginTop: 5 }} flex>
271
<PropertyName>
272
Frozen
273
<Tooltip title="When true this sandbox will fork on edit">
@@ -280,6 +280,8 @@ class Project extends React.Component {
280
small
281
right={sandbox.isFrozen}
282
onClick={this.updateFrozenState}
283
+ offMode
284
+ secondary
285
/>
286
</FreezeConatainer>
287
0 commit comments