mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 10:57:58 +00:00
Under some unknown circumstances (it happens on Keegan's laptop) the loading indicator text width calculation returns a result that's a few pixels too small. We hack around this by setting 'white-space' property on the container div to 'nowrap'. The container's div will be slightly too small (and thus the text will stick out the right side by a few pixels), but that's probably OK. This fixes #698 (imported from commit 2e5b28fb3a1fca78c700af74a452bfafd09a2da9)