TheHive-Project / TheHive-Project/Cortex
Long Analyzers/Responders parameters in UI do not break
Open
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:
Adding the following CSS property makes the word breaking better
h4.media-heading > div > span {
word-break: break-all;
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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