File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
packages/react-devtools-shared/src/devtools/views/Components Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 33}
44
55.CallSite , .BuiltInCallSite {
6- display : block ;
6+ display : flex ;
77 padding-left : 1rem ;
8+ white-space-collapse : preserve;
89}
910
1011.IgnoredCallSite , .BuiltInCallSite {
2021 white-space : pre;
2122 overflow : hidden;
2223 text-overflow : ellipsis;
23- flex : 1 ;
2424 cursor : pointer;
2525 border-radius : 0.125rem ;
26- padding : 0px 2px ;
2726}
2827
2928.Link : hover {
3029 background-color : var (--color-background-hover );
3130}
3231
32+ .ElementBadges {
33+ margin-left : 0.25rem ;
34+ }
35+
Original file line number Diff line number Diff line change @@ -86,8 +86,10 @@ export function CallSiteView({
8686 </ span >
8787 </ >
8888 ) }
89-
90- < ElementBadges environmentName = { environmentName } />
89+ < ElementBadges
90+ className = { styles . ElementBadges }
91+ environmentName = { environmentName }
92+ />
9193 </ div >
9294 ) ;
9395}
You can’t perform that action at this time.
0 commit comments