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;
}
