Skip to content

[6.x] Correct the Bard full-screen width. The usual max-w-page is based on …#14348

Merged
jaygeorge merged 2 commits into6.xfrom
correct-bard-full-screen-width
Mar 25, 2026
Merged

[6.x] Correct the Bard full-screen width. The usual max-w-page is based on …#14348
jaygeorge merged 2 commits into6.xfrom
correct-bard-full-screen-width

Conversation

@jaygeorge
Copy link
Contributor

@jaygeorge jaygeorge commented Mar 25, 2026

Description of the Problem

When Bard is full-screen, the max-width is set to max-w-page, the same as the publish form, which theoretically should work well.
However, the publish form has a sidebar and a grid layout, which means the actual width of a Bard field is narrower, at ~65rem, leaving an ideal, readable width.

What this PR Does

Bard reading standard reading width

2026-03-25 at 10 05 54@2x

Full-screen (before)

2026-03-25 at 10 10 32@2x

Full-screen (after)

Note how the line breaks at the same point
2026-03-25 at 10 09 45@2x


I considered adding an Expand Layout toggle control here, but then I reasoned it's unlikely to be useful when writing prose.

How to Reproduce

  1. Observe that Bard's reading width is slightly wider in full-screen mode.

…a side-bar being present, which it isn't when full-screen
@jaygeorge jaygeorge merged commit 30a6267 into 6.x Mar 25, 2026
19 checks passed
@jaygeorge jaygeorge deleted the correct-bard-full-screen-width branch March 25, 2026 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Normal text width in Bard Fullscreen mode is fairly wide and difficult to read

1 participant