Open Bug 1417033 Opened 8 years ago Updated 3 years ago

Properly align data in table columns

Categories

(DevTools :: Netmonitor, enhancement, P3)

enhancement

Tracking

(Not tracked)

People

(Reporter: Honza, Unassigned)

References

(Blocks 1 open bug)

Details

In order to improve readability of Net monitor's (table) content we should properly align data in columns: 1) texts should be left aligned 2) numbers should be right aligned. 3) text in headers should follow column alignment. add #2) Request size numbers are using decimal point and also units. It would be great if we can align according to the decimal point. This might also require adding zeros. An example (do we need fixed size font?) +-------------+ | Size | +-------------+ | 1.30 KB | | 2.50 KB | | 10.80 KB | | 111.00 B | | 85.00 B | | cached | | 0.50 KB | | 0.60 MB | +-------------+ See also: https://alistapart.com/article/web-typography-tables Honza
Priority: -- → P3
Product: Firefox → DevTools
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.