Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: Prevent wrapping on indexer column #9817

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

tempcvrohch
Copy link

@tempcvrohch tempcvrohch commented Mar 2, 2024

Database Migration

NO

Description

Prevents wrapping in the history panel without increasing width of the column.
Also prevents wrapping in the interactive search indexer column.
Not sure whether to add this as a breakpoint value to dimensions.js, there's only one other reference to 1600px in Modal.css called .extraExtraLarge.
I noticed 1 reference also using calc($breakpoint + ) so I went ahead and used that as an example. In any case the indexer column now starts wrapping at the same time as the title.

Screenshot (if UI related)

> History
pr_1_history

> 1600px
pr_1_long

< 1600px
pr_1_short

Todos

  • Tests
  • Translation Keys (./src/NzbDrone.Core/Localization/Core/en.json)
  • Wiki Updates

Issues Fixed or Closed by this PR

fixes Radarr#9551: prevents wrapping in the history panel and in interactive search if the modal is greater than 1600px, the same value as .extraExtraLarge breakpoint defined in Modal.css
@github-actions github-actions bot added the Area: UI Issue is related to UI, should also add the issue to the new UI project, if it isn't a bug. label Mar 2, 2024
@tempcvrohch tempcvrohch marked this pull request as ready for review March 2, 2024 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: UI Issue is related to UI, should also add the issue to the new UI project, if it isn't a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Indexer column too narrow in Activity History
1 participant