Skip to main content
I've set-up the 'Sales View' widget on the SFDC Account page layout. The problem I'm having is that it's constrained to a 400px high container and it looks really bad as a result. I tried to make the container bigger, but the widget itself does not resize with the container.

I looked into the reasons this might be happening and I found that the height is hard-coded to a height of 368px by line 152 of the following SCSS file:



https://jbcxm.na30.visual.force.com/resource/1484804315000/jbcxm__Styles/scss/module/widget/widget.scss



What I would like is for this height constraint to be changed to the slightly taller value of 630px.



As far as I can tell, it looks like the value was hard-coded due to the widget having no way of knowing the size of container it is in, so I hope this is a change you are able to make.
Help is on the way. Here is the new version at 700px.



 


Reply