Multiple space between word nbsp (announcement bar)

Hello, I have tried to allow multiple spaces in succession to show in the announcement bar so I can have multiple messages with space between them. I came up with this code

.announcement-bar__message {
font-family: Lato;
white-space: pre;
}

Only one problem, it causes my announcement bar to become wider / thicker, and not as narrow as before I added the solution code.

Anyone who knows why that is and a possible fix?

bump