fsprojects / FSharp.Formatting

F# tools for generating documentation (Markdown processor and F# code formatter)
https://fsprojects.github.io/FSharp.Formatting/
Other
462 stars 155 forks source link

Fsi output goes off-screen on mobile devices #755

Closed sheridanchris closed 7 months ago

sheridanchris commented 1 year ago

The f# interactive output on mobile devices goes off-screen.

let numbers = [ 0..99 ];;
(*** include-value: numbers ***)

image

nhirschey commented 7 months ago

This is fixed in the new theme. The output block is scrollable.