Fix for edit data sizing of table (#9972)

* Fix for style

* removed inline-block as its unnecessary
This commit is contained in:
Alex Ma
2020-04-15 09:12:53 -07:00
committed by GitHub
parent c728f23893
commit 3cb49686a5

View File

@@ -4,8 +4,8 @@
*--------------------------------------------------------------------------------------------*/
.editDataGridPanel.slickgridContainer {
height: 447px;
width: 632px;
height: 100%;
width: 100%;
}