Skip to content

Commit f75c4a2

Browse files
Merge pull request #2355 from CanStudios/issue/2276
Correct alignment for "Failed logins" and "Last access" headers
2 parents 7498963 + 59a8dcc commit f75c4a2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

frontend/src/modules/userManagement/less/userManagement.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@
7979
.form-container-style;
8080
max-width: inherit;
8181
.tb-heading {
82+
.col-centered {
83+
display: flex;
84+
justify-content: center;
85+
}
8286
> div button {
8387
display: flex;
8488
align-items: center;

0 commit comments

Comments
 (0)