include last space counting creator name width

This commit is contained in:
abaevbog 2024-01-09 23:42:38 -05:00 committed by Dan Stillman
parent 1e793a37a8
commit b2e4c9bdeb

View file

@ -43,7 +43,7 @@ editable-text {
margin: 0;
border: 1px solid transparent;
width: fit-content;
white-space: nowrap;
white-space: pre;
padding: var(--editable-text-padding-block) var(--editable-text-padding-inline);
}