Skip to content

fix dot point connectors on MR widget

Simon Knox requested to merge 33651-lines into master

What does this MR do?

Fix some display issues of the connector lines between points on an MR. Lets items manage their own line connectors

Are there points in the code the reviewer needs to double check?

  • is last-of-type safe? I am assuming ok since we are styling based on p tag
  • this depends on using Padding, not margin to separate elements, and that top and bottom are the same. Maybe those properties should be wrapped in function/mixin

Why was this MR needed?

Deliverable & regression had both been raised

Screenshots (if relevant)

Regular length fields:

Screen_Shot_2017-06-15_at_7.58.04_pm_copy

Super long fields:

Screen_Shot_2017-06-15_at_8.07.26_pm_copy

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #33651 (closed)

Edited by Simon Knox

Merge request reports