laptop and a wrench

Bug

The description in the Indicator element is centered after modifying the HTML in ArcGIS Dashboards following the February 2024 ArcGIS Online update.

ArcGIS Dashboards
Bug ID Number BUG-000166462
SubmittedApril 3, 2024
Last ModifiedMay 6, 2025
Applies toArcGIS Dashboards
Version foundFeb 2024
Operating SystemWindows OS
Operating System Version10.0
StatusKnown Limit

Additional Information

This is a known limitation in the current version of our text editor. Apply a display: flex style to the < figure > element and a flex-basis style to the < table>. This ensures that the table occupies the full width of the < figure > element.

Workaround

Add a style on the figure, and on the table the following sample code:

< figure class="table" style="display:flex;margin:0;width:100%;"> < table style="background-color:#35ac46;color:#ffffff;flex-basis:100%;font-size:16px;padding:0px;"> < tbody> < tr> < td width="40"> < p> < /p> < svg style="display:block;margin-left:auto;margin-right:auto;vertical-align:middle;" fill="#ffffff" height="32" id="ember25808" viewBox="0 0 16 16" width="32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> < /td> < td> < p> < span>Target: {calculated/reference} < /p> < p> {field/reportdt} < /p> < /td> < /tr> < /tbody> < /table> < /figure>  

Steps to Reproduce

Bug ID: BUG-000166462

Software:

  • ArcGIS Dashboards

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options