grid width calculation when parent's width is not integer -
i'm trying layout ag-grid element has flexbox layout. noticed there missing right border of grid.
in chrome developer tools can see size of element 975.531 x 336.813.
the injected grid's element (the 1 css class "ag-bl-center ag-bl-full-height-center") has style="margin-left: 0px;width: 976px;".
i guess calculation of width in ag-grid should rather 975px. there way how fix it? (i'm not css.)
Comments
Post a Comment