Skip to content

Remove sideborder in incident timeline event

What does this MR do and why?

This is a continuation of MR: !111474 (closed) There was some pending feedback I applied - namely: !111474 (comment 1275043624)

Remove sideborder in incident timeline event

new entries in the incident timeline sideborder would look odd when long lines were being added.

Closes #384023 (closed)
refs !111474 (closed)

Changelog: fixed
Co-authored-by: Matthew Neckelmann

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
before after

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Navigate to any repository, i.e. http://127.0.0.1:3000/flightjs/Flight
  2. Create a new incident in http://127.0.0.1:3000/flightjs/Flight/-/incidents
  3. Add a lengthy entry.
  4. New entry will have their line cut off (main branch; before) vs none at all (feature branch; after)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Jos Ahrens

Merge request reports