fix(docs): stable left edge on save status indicator using min-width

This commit is contained in:
David Langley 2026-03-05 19:43:41 +00:00
parent e39fc255a0
commit 930cc4d51c

View File

@ -36,6 +36,9 @@ Please see LICENSE files in the repository root for full details.
padding-inline: var(--cpd-space-3x);
font-size: var(--cpd-font-size-body-sm);
white-space: nowrap;
text-align: left;
/* Wide enough for "Saving…" so the left edge never shifts between states. */
min-width: 4.5em;
transition: color 0.2s ease;
}