Skip to content

Commit 6845d2a

Browse files
hawkgsmmalerba
authored andcommitted
refactor(devtools): fix resolution path viz padding (angular#60971)
Adjusts the right padding appropriately. PR Close angular#60971
1 parent 06ada46 commit 6845d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devtools/projects/ng-devtools/src/lib/devtools-tabs/dependency-injection/resolution-path/resolution-path.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
display: flex;
55
flex-wrap: wrap;
66
background: var(--octonary-contrast);
7-
padding: 0.5rem 0.5rem 0.25rem 0.5rem;
7+
padding: 0.5rem 1rem 0.25rem 0.5rem;
88
border-top: 1px solid var(--senary-contrast);
99

1010
.node {

0 commit comments

Comments
 (0)