Open
Bug 1489442
Opened 7 years ago
Updated 3 years ago
Wrap souce lines / media query line more intelligent to increase readibility
Categories
(DevTools :: Inspector: Rules, enhancement, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: nachtigall, Unassigned)
References
Details
Attachments
(1 file)
14.62 KB,
image/png
|
Details |
See the screenshot, 2 things:
1. Please wrap very long media query / source line so that there are 2 shorter lines instead of a very long one.
2. For readibility it would be great if single chars like `>` would always break to the new line (instead of trailing on another line very near to the media query / source line). Especially if the new line is rather short and it would fit well.
Something like "> [class=whatever]" would be a token to me that should be "display: inline-block". Some for ".i-am-a-selector-with-hyphens".
So from a layout or how text flows on the screen it's not optimal.
Updated•7 years ago
|
Severity: normal → enhancement
Priority: -- → P3
Comment 1•4 years ago
|
||
Note that we plan to move the media query part above the selector in Bug 1747195, which will give us more room to display it.
See Also: → 1747195
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•