Open imjoshdean opened 8 years ago
Probably a simple style change. Might use text-overflow: ellipsis
https://developer.mozilla.org/en-US/docs/Web/CSS/text-overflow
You might want to use word-wrap:break-word
instead of text-overflow:ellipsis
. Cutting-off function name identifiers may be confusing when you're dealing with similarly named functions...
Currently really long function names overflow outside of the navigation as such:
Seems to me that we should
text-overflow: ellipsis;
it.