DEV: Fix mini-profiler location for custom (or missing) d-headers (#15192)

This commit is contained in:
David Taylor 2021-12-04 23:33:07 +00:00 committed by GitHub
parent d3912075b6
commit 972d7cb1d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ table {
}
.profiler-results.profiler-left {
top: 60px !important;
top: var(--header-offset) !important;
}
.flex-center-align {