Yes, this behavior has been observed by other users as well. The truncation happens because the ms‑Shimmer‑container sometimes applies restrictive CSS styles during rendering. A few workarounds you can try:
- Clear your browser cache and reload CRM.
- Test in another browser to confirm if it’s rendering‑specific.
- If you have access to custom CSS, override the shimmer container with:
css
.ms-Shimmer-container {
overflow: visible !important;
white-space: normal !important;
}
- Make sure your Dynamics 365 environment is updated to the latest release.
If the issue persists, I recommend raising a Microsoft support ticket with screenshots and repro steps, as they’ve patched similar UI glitches in past updates.
Best regards,