mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
refactor(devtools): fix resolution path viz padding (#60971)
Adjusts the right padding appropriately. PR Close #60971
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
background: var(--octonary-contrast);
|
||||
padding: 0.5rem 0.5rem 0.25rem 0.5rem;
|
||||
padding: 0.5rem 1rem 0.25rem 0.5rem;
|
||||
border-top: 1px solid var(--senary-contrast);
|
||||
|
||||
.node {
|
||||
|
||||
Reference in New Issue
Block a user