diff --git a/app/institutions/dashboard/-components/institutional-users-list/styles.scss b/app/institutions/dashboard/-components/institutional-users-list/styles.scss
index 08e3b9219f..a3c1de0d03 100644
--- a/app/institutions/dashboard/-components/institutional-users-list/styles.scss
+++ b/app/institutions/dashboard/-components/institutional-users-list/styles.scss
@@ -292,3 +292,18 @@ input:checked + .slider::before {
}
}
+.flex {
+ display: flex;
+ align-items: center;
+}
+
+.top-wrapper {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: flex-end;
+}
+
+.right-button-group {
+ justify-content: flex-end;
+ margin-right: 15px;
+}
diff --git a/app/institutions/dashboard/-components/institutional-users-list/template.hbs b/app/institutions/dashboard/-components/institutional-users-list/template.hbs
index 27fb78b049..9dc6871c85 100644
--- a/app/institutions/dashboard/-components/institutional-users-list/template.hbs
+++ b/app/institutions/dashboard/-components/institutional-users-list/template.hbs
@@ -8,97 +8,103 @@
{{t 'institutions.dashboard.users_list.total_users'}}
-
-
-
-
-
- {{department}}
-
-
-
- {{#if dd.isOpen}}
-
-
- {{#each this.columns as |column|}}
-
- {{/each}}
-
-
-
-
-
+
+
+
+
+
- {{/if}}
-
-
- {{#if @institution.linkToExternalReportsArchive}}
-
-
- {{t 'institutions.dashboard.download_past_reports_label'}}
-
-
-
- {{/if}}
-
-
-
-
-
-
-
-
-
-
-
-
+ {{department}}
+
+
+
+
+
+ {{#if dd.isOpen}}
+
+
+ {{#each this.columns as |column|}}
+
+ {{/each}}
+
+
+
+
+
+
+ {{/if}}
+
+
+ {{#if @institution.linkToExternalReportsArchive}}
+
+
+ {{t 'institutions.dashboard.download_past_reports_label'}}
+
+
+
+ {{/if}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+