johman10 / flood-for-transmission

A Flood (https://github.com/Flood-UI/flood) clone for Transmission
GNU General Public License v3.0
353 stars 33 forks source link

Speedlimit unit text-wrap #554

Closed defkev closed 6 months ago

defkev commented 9 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:

Screenshot 2024-01-30 at 08-05-25 Flood - Transmission

Fix is trivial:

.limit span {
    white-space: nowrap;
}

in src/components/Graph/SpeedLimit.svelte

Screenshot 2024-01-30 at 08-06-19 Flood - Transmission

Tested on current FF v122

johman10 commented 6 months ago

As you can see above this is now resolved. Thanks a lot for taking the time to open the issue!