unknown
2023-08-23 50ce6a5e5ae7ac6ce3e6281acca9a0db568306e6
force-app/main/default/staticresources/RelationListPagingCmpCss.css
@@ -12,7 +12,6 @@
  overflow: hidden;
  float:left;
  /* width:32768px; */ /* 20230523 ljh lightning */
  /* width: 1200px; */
}
div#out_Div_L {
  position:relative;
@@ -24,14 +23,13 @@
  overflow: auto;  /*スクロールバー*/
  float:left;
  /* width:32768px; */ /* 20230523 ljh lightning */
  height: 100px; /* tbodyを表示する高さ、後でjsにて調整 */
  /* width: 1200px; */
  /* height: 100px; *//* tbodyを表示する高さ、後でjsにて調整 */ /*20230607 ljh lightning*/
}
div#in_Div_L {
  position:relative;
  overflow: hidden;
  float:left;
  height: 100px;
  /* height: 100px; *//*20230607 ljh lightning*/
}
body .pbBody table.list tr.headerRow td {
@@ -110,10 +108,10 @@
  color: #000;
  white-space:normal;
}
table#tableData{
/* table#tableData{
  width: 1000px;
}
table#tableHeader{
  width: 1000px;
}
} */
/* 20230508 ljh lightning切换 start */