Skip to content

Commit cbe0d33

Browse files
committed
Update files
1 parent 0b0bb79 commit cbe0d33

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dashboard.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@
413413
}
414414

415415
@media (max-width: 768px) {
416+
416417
.dashboard-header {
417418
flex-direction: column;
418419
align-items: flex-start;
@@ -441,6 +442,10 @@
441442
.user-detail-grid {
442443
grid-template-columns: 1fr;
443444
}
445+
446+
.users-table-container{
447+
overflow-x: scroll;
448+
}
444449
}
445450
</style>
446451
</head>

0 commit comments

Comments
 (0)