admin/logs: nicer filter popup
Massimo Melina committed
Jun 23, 2026 at 12:00 UTC
5d12de586be2ad1263b9032ef60c4d1a885460d8
1 file changed
+1
-1
admin/src/index.scss
+1
-1
@@ -49,7 +49,7 @@ div.MuiTreeItem-content {
49
display: flex;
50
align-items: center;
51
}
52
-.MuiDataGrid-filterForm { flex-wrap: wrap; justify-content: space-evenly; row-gap: 1em; } // fit on mobile
52
+.MuiDataGrid-filterForm { flex-wrap: wrap; row-gap: 1em; justify-content: flex-end; } // fit on mobile
53
54
.wrap[role=cell] { white-space: normal !important }
55