Skip to content

Commit

Permalink
Fix for cancel button not visible on edit with no flows
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjb committed Mar 10, 2019
1 parent e3f7bbf commit 8812283
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "manhattan-content",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "Content editing for the manhattan web framework",
"engines": {
"node": ">=8.9.4"
Expand Down
6 changes: 6 additions & 0 deletions scss/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
}

[data-mh-no-data-flows] {
&.ct--editing {
.ct-ignition {
right: 128px;
}
}

.ct-ignition {
right: 64px;
}
Expand Down

0 comments on commit 8812283

Please sign in to comment.