Skip to content

Commit 1440f4f

Browse files
authored
[DevTools] BuiltInCallSite should have padding-left (facebook#34922)
We don't normally show this but when we do, it should have the same padding as other callsites. <img width="313" height="241" alt="Screenshot 2025-10-19 at 10 46 22 PM" src="https://github.com/user-attachments/assets/7f72149e-d748-4b71-8291-889038d676e7" />
1 parent f6a4882 commit 1440f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-devtools-shared/src/devtools/views/Components/StackTraceView.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
padding: 0.25rem;
33
}
44

5-
.CallSite {
5+
.CallSite, .BuiltInCallSite {
66
display: block;
77
padding-left: 1rem;
88
}

0 commit comments

Comments
 (0)