body {
  margin: 0px;
}

/* see https://github.com/mui/mui-x/issues/8168#issuecomment-1465784733 */
.MuiDataGrid-main {
  width: 0;
  min-width: 100%
}

/* Cut off text with ellipsis */
.truncate {
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
}
