fix: sideways checkmarks on blocks (#44575)

pull/44624/head
Tom 2021-12-23 10:17:11 -06:00 committed by GitHub
parent 05089c535a
commit bd9065fdfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ button.map-title {
stroke: var(--color-quaternary);
}
.open > .map-title svg:first-child {
.open > .map-title > svg:first-child {
transform: rotate(90deg);
}