Hello!
I am custom configuring the popup in my webmap using HTML to contain a table. The table rows are thin and are left justified. When I view the popup within my dashboard, the popups are slightly different. The rows are wider and right justified.
Webmap Popup:

Operations Dashboard Popup:

When inspecting the elements of one of the cells through chrome (f12), I can turn off the text-align:right and the width:33% and it looks perfect. How can I edit my HTML to respect those selections and look like the webmap popup?

Thanks