mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-06 12:46:29 +02:00
fix(docs): stable left edge on save status indicator using min-width
This commit is contained in:
parent
e39fc255a0
commit
930cc4d51c
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user