Closed defkev closed 6 months ago
Just upgrade to latest release on my notebook and dunno if this is new or i just never noticed it before but the units (e.g. MB/s) gets wrapped on next line in the sidebar if speed limit is enabled:
Fix is trivial:
.limit span { white-space: nowrap; }
in src/components/Graph/SpeedLimit.svelte
src/components/Graph/SpeedLimit.svelte
Tested on current FF v122
As you can see above this is now resolved. Thanks a lot for taking the time to open the issue!
Just upgrade to latest release on my notebook and dunno if this is new or i just never noticed it before but the units (e.g. MB/s) gets wrapped on next line in the sidebar if speed limit is enabled:
Fix is trivial:
in
src/components/Graph/SpeedLimit.svelte
Tested on current FF v122