Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In data table, consecutive whitespaces in queue messages are condensed into one #3134

Closed
MRayermannMSFT opened this issue Jun 23, 2020 · 1 comment
Assignees
Labels
🪲 bug Issue is not intended behavior ✅ merged A fix for this issue has been merged
Milestone

Comments

@MRayermannMSFT
Copy link
Member

MRayermannMSFT commented Jun 23, 2020

  1. Add a message to a queue, message contents:
a  a    a      a
  1. View the message in the queue

Expected:
Message shows as

a  a    a      a

Actual:
Message shows as a a a a

@MRayermannMSFT MRayermannMSFT added the 🪲 bug Issue is not intended behavior label Jun 23, 2020
@MRayermannMSFT MRayermannMSFT added this to the 1.16.0 milestone Jun 29, 2020
@MRayermannMSFT MRayermannMSFT modified the milestones: 1.16.0, 1.17.0 Oct 15, 2020
@JasonYeMSFT
Copy link
Contributor

It is due to our CSS property white-space: nowrap
image

If set to white-space: pre, it would look like
image

@JasonYeMSFT JasonYeMSFT self-assigned this Dec 8, 2020
@JasonYeMSFT JasonYeMSFT added the ✅ merged A fix for this issue has been merged label Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪲 bug Issue is not intended behavior ✅ merged A fix for this issue has been merged
Projects
None yet
Development

No branches or pull requests

2 participants