Indexer column too narrow in Activity History #8138

Open
opened 2026-02-20 00:00:52 -05:00 by deekerman · 0 comments
Owner

Originally created by @NLZ on GitHub (Jan 3, 2024).

Is there an existing issue for this?

  • I have searched the existing open and closed issues

At the Activity History when you enable the Indexer column it will make all the lines multi-line if the indexer has multiple words in in, which is always the case with Prowlarr.

With Indexer:
image
Without:
image

Describe the solution you'd like

The culprit seems to be the fixed width of 80 on it:
github.com/Radarr/Radarr@74cfc94b4c/frontend/src/Activity/History/HistoryRow.css (L7-L11)

I think it would be enough with width of 160~180, or even make it dynamic if possible

Describe alternatives you've considered

Accept it as is?

Anything else?

Nope

Originally created by @NLZ on GitHub (Jan 3, 2024). ### Is there an existing issue for this? - [X] I have searched the existing open and closed issues ### Is your feature request related to a problem? Please describe At the Activity History when you enable the Indexer column it will make all the lines multi-line if the indexer has multiple words in in, which is always the case with Prowlarr. With Indexer: ![image](https://github.com/Radarr/Radarr/assets/884277/de22c0fe-a4e0-43d3-994f-657f47a72e91) Without: ![image](https://github.com/Radarr/Radarr/assets/884277/7cc07857-7e4b-4713-9413-570e894bba22) ### Describe the solution you'd like The culprit seems to be the fixed width of 80 on it: https://github.com/Radarr/Radarr/blob/74cfc94b4ce61e516eaff6b477e7636aa01cee87/frontend/src/Activity/History/HistoryRow.css#L7-L11 I think it would be enough with width of 160~180, or even make it dynamic if possible ### Describe alternatives you've considered Accept it as is? ### Anything else? Nope
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Radarr#8138
No description provided.