Add a forgotten comma to snapshot-specific CSS (#13030)

This commit is contained in:
Phil Renaud 2022-05-16 14:13:51 -04:00 committed by GitHub
parent f4703ab8a3
commit 0637eb742f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ snapshot:
display: none;
}
.related-evaluations path,
.related-evaluations circle
.related-evaluations circle,
.dashboard-metric {
visibility: hidden;
}