Skip to content

Fix overflowing titles in vulnerability dashboard

What does this MR do?

Apart from the obvious overflow, some minor adjustments:

  • The issue link does not break anymore between icon and link text
  • Vertical alignment between vulnerability title / dismissed / issue link
  • Jitter on hover of the last line, due to missing border on the bottom
  • Ensuring a margin between vulnerability info and confidence
  • Give more space to the vulnerability info, instead of the buttons
  • Thin out DOM nesting with the help of <template>
Before After Comment
behaviour-before behaviour-after Behaviour
2019-01-31T10.49.24 2019-01-31T10.45.47 Large Screen
2019-01-31T10.49.08 2019-01-31T10.46.01 Medium Screen
2019-01-31T10.48.27 2019-01-31T10.45.35 Small Screen

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Closes #8892 (closed)

Edited by Lukas 'ai-pi' Eipert

Merge request reports