Skip to content

Commit

Permalink
Moved Members header
Browse files Browse the repository at this point in the history
  • Loading branch information
szymon-rd committed Sep 8, 2022
1 parent c53a6ba commit f9e4e84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ class MemberRenderer(signatureRenderer: SignatureRenderer)(using DocContext) ext
}.toSeq

div(cls := "membersList expand")(
h2(cls := "h500")("Members list"),
div(cls := "body-small", id := "concise-view-switch")(
span("Concise view"),
label(cls := "switch")(
Expand Down Expand Up @@ -466,6 +465,7 @@ class MemberRenderer(signatureRenderer: SignatureRenderer)(using DocContext) ext
div(
intro,
memberInfo(m, withBrief = false),
h2(cls := "h500")("Members list"),
buildDocumentableFilter,
buildMembers(m)
),
Expand Down

0 comments on commit f9e4e84

Please sign in to comment.