@samitouri / QOSami-HFS / commits / 1c2bf2ba

fix: admin: data-table's filter not fitting phone screens

Massimo Melina committed May 10, 2024 at 17:04 UTC 1c2bf2ba6db595fcbe9019ef5adae5868f5f6cb2
1 file changed +1
admin/src/index.scss
+1
@@ -43,6 +43,7 @@ div.MuiTreeItem-content { padding: 0; } // remove wasting horizontal padding
43 .MuiDataGrid-cell {
44 line-height: 1.1em;
45 }
46 +.MuiDataGrid-filterForm { flex-wrap: wrap; justify-content: space-evenly; row-gap: 1em; } // fit on mobile
47
48 .wrap[role=cell] { white-space: normal !important }
49