[feature/frontend] Add debug sections to settings panel (#2950)

* [feature/frontend] Add debug sections to settings panel

* max-width

* swagger
This commit is contained in:
tobi 2024-06-03 11:20:53 +02:00 committed by GitHub
commit d79c2f2688
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 395 additions and 22 deletions

View file

@ -1350,6 +1350,23 @@ button.with-padding {
}
}
.admin-debug-apurl {
width: 100%;
.prism-highlighted {
max-width: 40rem;
/*
Normally we'd want to use a scrollbar for pre
and code, but it actually looks a bit better
to wrap here because there are many long lines.
*/
pre, code {
white-space: pre-wrap;
}
}
}
@media screen and (orientation: portrait) {
.reports .report .byline {
grid-template-columns: 1fr;