Skip to content

Commit 8812283

Browse files
committed
Fix for cancel button not visible on edit with no flows
1 parent e3f7bbf commit 8812283

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "manhattan-content",
3-
"version": "1.0.0-beta.5",
3+
"version": "1.0.0-beta.6",
44
"description": "Content editing for the manhattan web framework",
55
"engines": {
66
"node": ">=8.9.4"

scss/content.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
}
55

66
[data-mh-no-data-flows] {
7+
&.ct--editing {
8+
.ct-ignition {
9+
right: 128px;
10+
}
11+
}
12+
713
.ct-ignition {
814
right: 64px;
915
}

0 commit comments

Comments
 (0)