@samitouri / QOS-React-1 / commits / 1440f4f42d

[DevTools] BuiltInCallSite should have padding-left (#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" />

Sebastian Markbåge committed Oct 19, 2025 at 22:52 UTC 1440f4f42d59a7de4559dac972b62d9be771d1d9
1 file changed +1 -1
packages/react-devtools-shared/src/devtools/views/Components/StackTraceView.css
+1 -1
@@ -2,7 +2,7 @@
2 padding: 0.25rem;
3 }
4
5 -.CallSite {
5 +.CallSite, .BuiltInCallSite {
6 display: block;
7 padding-left: 1rem;
8 }