Only include titles in summaries (#1549)

I previously made this change for HTTP endpoints in #1446. It seems there are
other places where we have over-sized `<summary>` elements. I would like
to elimintate those too, as grumbled about in
https://github.com/matrix-org/matrix-spec/issues/1358#issuecomment-1325220859
and
https://github.com/matrix-org/matrix-spec/issues/1352#issuecomment-1439033334
This commit is contained in:
David Robertson 2023-05-30 13:22:30 +01:00 committed by GitHub
parent 48ee507489
commit 48459dee9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 4 deletions

View file

@ -0,0 +1 @@
Disclosure sections now only display their title when collapsed.