/* Ant Table inserts a hidden row to measure grouped-column widths. */
body .ant-table-tbody>tr.ant-table-measure-row{
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  font-size:0!important;
  line-height:0!important;
  visibility:hidden!important;
}
body .ant-table-tbody>tr.ant-table-measure-row>td{
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  padding:0!important;
  border:0!important;
  font-size:0!important;
  line-height:0!important;
  overflow:hidden!important;
}
body .ant-table-tbody>tr.ant-table-measure-row>td>*{
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
}
