Skip to content

Commit 1129167

Browse files
committed
Fix overflowing username
1 parent 852cdc5 commit 1129167

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

frontend/src/presentation/pages/UserManagement..module.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,19 @@
2828
.userControls {
2929
display: flex;
3030
align-items: center;
31+
justify-content: flex-end;
3132
gap: 16px;
33+
width: 100px;
34+
}
35+
36+
.username {
37+
justify-content: start;
38+
flex: 1;
39+
}
40+
.username p {
41+
white-space: nowrap;
42+
overflow: hidden;
43+
text-overflow: ellipsis;
3244
}
3345

3446
.deleteModalBtnGroup {

0 commit comments

Comments
 (0)