This site is currently in alpha, so you will run into rough edges.
/* Dashboard layout */ .stakeholder-count-widget { display: flex; gap: 1em; flex-wrap: wrap; margin: 1em 0; } /* Ensure counts look good */ .stakeholder-count-widget-tile .count { display: block; font-size: 1.2em; font-weight: 700; margin-top: 4px; }