diff --git a/src/app/users/users-table.component.html b/src/app/users/users-table.component.html
index f49f5f43bd..8faea82bf2 100644
--- a/src/app/users/users-table.component.html
+++ b/src/app/users/users-table.component.html
@@ -104,30 +104,30 @@
-
- 0" i18n>
+ 0" i18n>
delete
-
+
vertical_align_top
-
vertical_align_bottom
-
+
visibility
diff --git a/src/app/users/users-table.scss b/src/app/users/users-table.scss
index 68bc3af1fb..ef80dfdc79 100644
--- a/src/app/users/users-table.scss
+++ b/src/app/users/users-table.scss
@@ -32,6 +32,17 @@ button-container {
text-overflow: ellipsis;
}
+.action-button{
+ display: flex;
+ flex-direction: row;
+ justify-content: flex-start;
+
+ mat-icon{
+ margin-right: 4px;
+ }
+}
+
+
@media(max-width: $screen-md) {
.mat-column-visitCount, .mat-column-joinDate, .mat-column-lastLogin {
max-width: 70px;
@@ -42,4 +53,12 @@ button-container {
.mat-cell button, .mat-cell div button[mat-raised-button] {
width: 50px;
}
+
+ .action-button{
+ display: flex;
+ flex-direction: row;
+ justify-content: center;
+
+ }
+
}