dashboard Gadgets responsiveness issue
hello everyone
Iam having an issue with Dashboard widget responsiveness functionality, it works well when using gadgets without changing width of gadget, but if the size of the gadget is smaller than the default size of the columns selected(rows * columns); it will leave white space in the shrunken space.
for example, if i create a 1 * 1 gadget which has a default size of 240 * 240 and change it's size to 200 * 200, the difference in size which is 40 * 40 will be filled with white space.
the problem with this is that Thingworx uses fixed size for each row and column(240px per row or column) with out calculating the total width of gadgets in the row; which will reduce the number of gadgets in row if the actual gadget size is smaller than default.
I tried changing the width of the div containing the gadget using custom CSS but that didn't solve the issue.
is there a way to fix this issue?

