diff --git a/src/Components/Dashboard/Dashboard.js b/src/Components/Dashboard/Dashboard.js
index e1ec455..afcdd50 100644
--- a/src/Components/Dashboard/Dashboard.js
+++ b/src/Components/Dashboard/Dashboard.js
@@ -193,12 +193,13 @@ const Dashboard = () => {
step-by-step user guide by clicking "How-to" in the navigation
bar.
-
- Your user name for login is:{" "}
-
{group.email}. Your
- temporary password is{" "}
-
{group.tpe}. You
- should change it now, by clicking here.
+
+ Your login is{" "}
+ {`username: ${group.email} - with a temporary password: ${group.tpe}.`}
+
+ You should change your password now{" "}
+ by clicking here.
+
diff --git a/src/styles/dashboard.scss b/src/styles/dashboard.scss
index 8abc132..ff05662 100644
--- a/src/styles/dashboard.scss
+++ b/src/styles/dashboard.scss
@@ -40,6 +40,10 @@
margin-left: 16px;
width: 680px;
color: #3b3b3b;
+ &.inline-text {
+ display: flex;
+ flex-wrap: wrap;
+ }
}
.dash-heading-text {