Skip to content

Commit

Permalink
fix(devtools): fix positioning of property explorer expansion icon (#…
Browse files Browse the repository at this point in the history
…47446)

At some point this went out of sync with the rest of the styling around it. This commit fixes the positioning.

PR Close #47446
  • Loading branch information
AleksanderBodurri authored and pkozlowski-opensource committed Sep 19, 2022
1 parent a192c2d commit b6c90e8
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -18,6 +18,8 @@
font-size: 11px;
width: 8px;
height: 16px;
position: relative;
top: 6px;
}
}
}
Expand Down

0 comments on commit b6c90e8

Please sign in to comment.