Anyone seen this and have a solution (other than it's a bug)?
I configure popups in ArcGIS Pro as HTML. It works fine in Web AppBuilder. The HTML formatting does not work fine in Experience Builder, in particular the padding setting is not honored.
Here's how a table element looks with padding set to 10px in Web AppBuilder:
But padding in Experience Builder doesn't seem to work:
Here's the CSS for the table element that was set using ArcGIS Pro:
Solved! Go to Solution.
I hate to answer my own question but I think it's important to share what I found. By moving the style properties in <table> to <div>, I was able to get the padding value to work.
I hate to answer my own question but I think it's important to share what I found. By moving the style properties in <table> to <div>, I was able to get the padding value to work.