This issue has been created
There are 2 updates.
 
 
Release Notes Application / cid:jira-generated-image-avatar-462217ce-7a95-4d54-8c97-85b62b47f411 RN-108 Open

The flow displayer keeps its two columns side by side at every screen width

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-670c27b2-6e2c-4656-9cd5-b39cbd47fe87 Vincent Massol created this issue on 03/Sep/26 21:14
 
Summary: The flow displayer keeps its two columns side by side at every screen width
Issue Type: cid:jira-generated-image-avatar-462217ce-7a95-4d54-8c97-85b62b47f411 Bug
Affects Versions: 2.0
Assignee: Unassigned
Components: Application
Created: 03/Sep/26 21:14
Priority: cid:jira-generated-image-static-major-06af5ddf-9346-402e-9d25-0be0ca859de5 Major
Reporter: Vincent Massol
Description:

The flow change displayer lays each change out as a two-column row: the change's media on the left, its title and summary on the right. It builds those columns with Bootstrap's col-xs-6, the class that applies at every screen width, so the two columns stay side by side however narrow the screen is instead of stacking on a phone.

The gallery the media column holds asks for 420 pixels. Measured on the demo release notes report (ReleaseNotes.Code.Report with ?action=report&displayer=flow) in a 390-pixel-wide viewport, each column comes out 150 pixels wide and the gallery is squeezed down to 120: the screenshots are unreadable thumbnails, and the summary beside them is a ribbon of text three or four words wide.

The two columns should stack once the media column can no longer hold the screenshot at the width the gallery asks for.

 
 

2 updates

 
cid:jira-generated-image-avatar-670c27b2-6e2c-4656-9cd5-b39cbd47fe87 Changes by Vincent Massol on 03/Sep/26 21:18
 
Attachment: rn-108-before.png
Attachment: rn-108-after.png