Skip to content

Commit

Permalink
Minimize changes to HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
brianrourkeboll committed Jun 5, 2024
1 parent 5cdc107 commit d038a74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/content/fsdocs-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ span[onmouseout] {
margin-top: 0;
}

.fsdocs-description-heading {
.fsdocs-member-list-header {
display: flex;
flex-direction: row;
justify-content: space-between;
Expand Down
4 changes: 1 addition & 3 deletions src/FSharp.Formatting.ApiDocs/GenerateHtml.fs
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,7 @@ type HtmlRender(model: ApiDocModel, ?menuTemplateFolder: string) =
thead [] [
tr [] [
td [ Class "fsdocs-member-list-header" ] [ !!tableHeader ]
td [ Class "fsdocs-member-list-header" ] [
div [ Class "fsdocs-description-heading" ] [ !! "Description"; fsdocsDetailsToggle [] ]
]
td [ Class "fsdocs-member-list-header" ] [ !! "Description"; fsdocsDetailsToggle [] ]
]
]
tbody [] [
Expand Down

0 comments on commit d038a74

Please sign in to comment.