TheHive-Project / TheHive-Project/Cortex

Long Analyzers/Responders parameters in UI do not break

Open
#484 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Scala
Stars
1.6k
Forks
264
PR merge metrics
No merged PRs in 30d

Description

In case a Analyzers/Responders parameters values is too long, the "Edit" button cannot be reached unless character size is reduced.

Screenshot:

Image

Adding the following CSS property makes the word breaking better

h4.media-heading > div > span {
  word-break: break-all;
}
Image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the UI markup matching h4.media-heading > div > span and reproduce the layout with a long Analyzers or Responders parameter value. Verify that the value wraps and the Edit button remains reachable; done means long values no longer block access to Edit.

Written by the indexing model from the issue text.

Assessment

Tech stack
css
Domain
frontend
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.