Adjusted the RingCentral Matter panel primary action buttons so the four actions render as a clean 2 by 2 grid instead of a 3 on top, 1 below layout. This keeps the current action set intact and avoids adding clutter just to fill space.
force-app/main/default/lwc/litifyRingCentralPanel/litifyRingCentralPanel.css..mode-actions from repeat(auto-fit, minmax(7rem, 1fr)) to repeat(2, minmax(0, 1fr)).max-width: 360px fallback so the grid can collapse to one column only if the panel becomes too tight.tmp/ringcentral-action-grid-2x2-2026-05-18/rollback-live/.0AfUV000001X0tV0AS.0AfUV000001X0wj0AC.LitifyRingCentralContextControllerTest and RingCentralSmsNotificationServiceTest.This was a visual layout refinement. The live metadata proof is clean, but the browser automation had recently been unreliable switching the right-side Lightning tab from Activity to RingCentral. If a fresh manual screenshot is needed, refresh the Matter page and open RingCentral. The buttons should appear as 2 and 2 instead of 3 and 1.
A future agent can continue from the same RingCentral LWC bundle. The preferred action layout is now a deliberate 2 by 2 grid for the four core choices. Avoid adding extra actions just to balance rows unless there is a true staff workflow reason.