-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I'd like to have 1-symbol short versions of the suffixes for base 1000 just like the ones for base 1024 that already exist in the cs
format:
'' ' kb' ' mb' ' gb' ' tb' ' pb' ' eb' ' zb' ' yb' (current abbreviations)
'' 'k' 'm' 'g' 't' 'p' 'e' 'z' 'y' (proposed)
I've created a PR #4 with this changes by introducing a new css
format that gets rid of the extra space/b symbols.
Hopefully you'll find this change useful
Metadata
Metadata
Assignees
Labels
No labels