sourcegraph / appdash

Application tracing system for Go, based on Google's Dapper.
https://sourcegraph.com
Other
1.72k stars 137 forks source link

traceapp: pad the text displayed on the hover resolver #15

Closed slimsag closed 9 years ago

slimsag commented 9 years ago

This change primarily pads the text displayed to the right of the hover resolver.

Additionally, it also replaces the CSS line:

.coloredDiv {

With a more correct (unaffecting outside #hoverRes) line:

 #hoverRes .coloredDiv {

Before (note circled area):

image

After:

image