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.

Assessment

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

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.

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
Dominant language
Scala
Stars
1.6k
Forks
264
PR merge metrics
No merged PRs in 30d

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.

More from TheHive-Project/Cortex

All issues in TheHive-Project/Cortex

Similar issues

More Scala issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.