Skip to content

Resolve "Right column of merge request discussion overflows"

What does this MR do?

Fixes the overflow of discussion timestamps in merge request parallel viewing mode

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

None in the code, but it should perhaps be reviewed by UX if it's okay that the timestamp wraps to an additional line in the inline viewing mode:

Before (white-space: nowrap) Bildschirmfoto_2018-03-05_um_18.23.23

After (white-space: normal) Bildschirmfoto_2018-03-05_um_18.23.34

Why was this MR needed?

Because the overflow of text detracts from our UX.

Screenshots (if relevant)

Before Bildschirmfoto_2018-03-06_um_08.54.09

After Bildschirmfoto_2018-03-06_um_08.54.18

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #39521 (closed)

Edited by Dennis Tang

Merge request reports