question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CSS hover text claims 'white-space' is shorthand for 'white-space-collapsing' and 'text-wrap'

See original GitHub issue

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.64.2
  • OS Version: Windows 10

Steps to Reproduce:

  1. Create some CSS with the white-space property
  2. Hover over it

Hover text then shows:

Shorthand property for the ‘white-space-collapsing’ and ‘text-wrap’ properties.

I can’t find any information about these properties, except some old discussions that say they don’t exist.

Also, the source of this hover text is pretty opaque; I can’t find it on GitHub. If someone points me to a more appropriate repository, I’ll open the issue there.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

0reactions
aeschlicommented, Mar 28, 2022

Well, I see the confusion.

The change is so far only in vscode-custon-data and not yet in vscode-css-languageservice and vscode.

Read more comments on GitHub >

github_iconTop Results From Across the Web

CSS hover text claims 'white-space' is shorthand for ... - GitHub
Hover over it. Hover text then shows: Shorthand property for the 'white-space-collapsing' and 'text-wrap' properties.
Read more >
white-space - CSS: Cascading Style Sheets - MDN Web Docs
The white-space CSS property sets how white space inside an element is handled.
Read more >
white-space - CSS-Tricks
The CSS white-space property controls how text is handled on the element it is applied to. Let's say you have HTML exactly like...
Read more >
Dealing with significant white space in HTML
CSS : whitespace: no-wrap. The next white space variation is no-wrap . This option will remove all white spaces in the text and...
Read more >
16 Text
Lines are only broken at preserved newline characters. nowrap. This value collapses white space as for 'normal', but suppresses line breaks within text....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found