Fix for edit data sizing of table (#9972) (#10007)

* Fix for style

* removed inline-block as its unnecessary
This commit is contained in:
Alex Ma
2020-04-16 15:11:58 -07:00
committed by GitHub
parent c30b8cde42
commit 4fc9057025
@@ -4,8 +4,8 @@
*--------------------------------------------------------------------------------------------*/
.editDataGridPanel.slickgridContainer {
height: 447px;
width: 632px;
height: 100%;
width: 100%;
}