Bug 1219572 - Give the heap view's tree items a little space between the function name and source; r=jsantell DONTBUILD

This commit is contained in:
Nick Fitzgerald 2015-10-29 00:17:34 -07:00
parent 1b520cae71
commit d9fb528ff0

View File

@ -317,3 +317,7 @@ html, .theme-body, #app, #memory-tool, #memory-tool-container {
margin-left: 5px;
color: var(--theme-content-color2);
}
.frame-link-function-display-name {
margin-right: 5px;
}