You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, what would you have it do instead? It's a responsive design, responding to changes in the viewport. If the width is too narrow for the content to fit, it must wrap.
xpqz
changed the title
LangRef: I-Beam headers have undesirable wrapping
I-Beam headers have undesirable wrapping
Jan 17, 2025
It is wrapping before it needs to, and when the text could wrap instead. Let's discuss implementation and I'll describe how it's done in my Flare project and viable options for MKdocs (for example, moving the entire syntax section to a new line if there is insufficient space).
The code element of the header should not wrap.
For example, see https://dyalog.github.io/documentation/20.0/language-reference-guide/the-i-beam-operator/enable-compression-of-large-components/
On this page, as you take the page from very wide to narrower it alternates between wrapping the expression and not!
The text was updated successfully, but these errors were encountered: