diff --git a/docs-web/src/main/webapp/src/partial/docs/settings.workflow.edit.html b/docs-web/src/main/webapp/src/partial/docs/settings.workflow.edit.html
index ba76068f..f4d598b5 100644
--- a/docs-web/src/main/webapp/src/partial/docs/settings.workflow.edit.html
+++ b/docs-web/src/main/webapp/src/partial/docs/settings.workflow.edit.html
@@ -64,7 +64,9 @@
typeahead-wait-ms="200" />
-
+
+
+
@@ -86,7 +88,7 @@
diff --git a/docs-web/src/main/webapp/src/style/main.less b/docs-web/src/main/webapp/src/style/main.less
index d05d5e64..7a27646f 100644
--- a/docs-web/src/main/webapp/src/style/main.less
+++ b/docs-web/src/main/webapp/src/style/main.less
@@ -402,11 +402,14 @@ input[readonly].share-link {
right: 0;
font-size: 500%;
color: #242424;
+ text-decoration: none !important;
.fas {
text-shadow: 0 0 20px #fff;
top: 50%;
transform: translateY(-50%);
+ display: block;
+ position: relative;
}
&:hover {