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
See below screenshot from FSharp.Data. The orange is the margin. There is a bottom margin for code, but the second code block (which is showing the csv file) is missing the orange bottom margin.
A simple fix is to change this line that was commented out in this pull request to margin-bottom: 1em;. That will give the same margin for both code and code output.
With the change, see the bottom computed margin for code:
And for output:
The text was updated successfully, but these errors were encountered:
nhirschey
added a commit
to nhirschey/FSharp.Formatting
that referenced
this issue
Jul 21, 2021
See below screenshot from FSharp.Data. The orange is the margin. There is a bottom margin for code, but the second code block (which is showing the csv file) is missing the orange bottom margin.
A simple fix is to change this line that was commented out in this pull request to
margin-bottom: 1em;
. That will give the same margin for both code and code output.With the change, see the bottom computed margin for code:
And for output:
The text was updated successfully, but these errors were encountered: