[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"
/>
This commit is contained in:
Sebastian Markbåge 2025-10-19 22:52:50 -07:00 committed by GitHub
parent f6a4882859
commit 1440f4f42d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
padding: 0.25rem;
}
.CallSite {
.CallSite, .BuiltInCallSite {
display: block;
padding-left: 1rem;
}