mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
[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:
parent
f6a4882859
commit
1440f4f42d
|
|
@ -2,7 +2,7 @@
|
|||
padding: 0.25rem;
|
||||
}
|
||||
|
||||
.CallSite {
|
||||
.CallSite, .BuiltInCallSite {
|
||||
display: block;
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user