diff --git a/webapp/components/integrations/components/confirm_integration.jsx b/webapp/components/integrations/components/confirm_integration.jsx
index ce7e50fd14..bb26a9a8af 100644
--- a/webapp/components/integrations/components/confirm_integration.jsx
+++ b/webapp/components/integrations/components/confirm_integration.jsx
@@ -82,7 +82,7 @@ export default class ConfirmIntegration extends React.Component {
);
tokenText = (
-
+
);
tokenText = (
-
+
);
tokenText = (
-
+
+
+
+
+
{helpText}
{tokenText}
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index a3b777accd..dff0150d27 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1345,6 +1345,7 @@
"installed_outgoing_webhooks.search": "Search Outgoing Webhooks",
"installed_outgoing_webhooks.unknown_channel": "A Private Webhook",
"integrations.add": "Add",
+ "integrations.successful": "Setup Successful",
"integrations.command.description": "Slash commands send events to external integrations",
"integrations.command.title": "Slash Command",
"integrations.done": "Done",
diff --git a/webapp/sass/components/_tutorial.scss b/webapp/sass/components/_tutorial.scss
index cd972c80c6..0eae59629a 100644
--- a/webapp/sass/components/_tutorial.scss
+++ b/webapp/sass/components/_tutorial.scss
@@ -182,7 +182,7 @@
display: inline-block;
margin-bottom: 50px;
max-width: 310px;
- min-height: 410px;
+ min-height: 480px;
position: relative;
text-align: left;
}
@@ -206,7 +206,7 @@
}
.tutorial__circles {
- bottom: 40px;
+ bottom: 25px;
position: absolute;
}
diff --git a/webapp/sass/routes/_backstage.scss b/webapp/sass/routes/_backstage.scss
index 871189f45b..79a92cde5c 100644
--- a/webapp/sass/routes/_backstage.scss
+++ b/webapp/sass/routes/_backstage.scss
@@ -287,6 +287,10 @@
font-weight: normal;
}
+ .backstage-form__title {
+ margin: 5px 0 1.5em;
+ }
+
.radio,
.checkbox {
input {