This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Cari Bantuan

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Pelajari Lebih Lanjut

How to change Style Editor formatting back so that CSS declarations stay on one line if originally on one line in the source CSS?

  • 1 balas
  • 3 memiliki masalah ini
  • 4 kunjungan
  • Balasan terakhir oleh cor-el

more options

I'm weird I guess, and sometimes like to edit CSS with all the declarations on one long line rather than a hard return after each. The Style Editor in Dev Tools used to just display the CSS as it found it in the source file, but suddenly it's "helpfully" putting each declaration on its own line, even if its not that way in the source. I've looked for a setting for this to switch it back, but haven't found it. Any assistance would be helpful. Thank you.

I'm weird I guess, and sometimes like to edit CSS with all the declarations on one long line rather than a hard return after each. The Style Editor in Dev Tools used to just display the CSS as it found it in the source file, but suddenly it's "helpfully" putting each declaration on its own line, even if its not that way in the source. I've looked for a setting for this to switch it back, but haven't found it. Any assistance would be helpful. Thank you.

Semua Balasan (1)

more options

There are only "devtools*pretty" prefs for the debugger to control "Pretty Print" and not for the Style Editor. There is also nothing in the toolbox setting, so I'm afraid that you can't change this.

Quote:

The Style Editor automatically de-minimizes style sheets that it detects, without affecting the original.
This makes it much easier to work on pages that have been optimized.