Profile-Fluency-for-GitHub
Profile-Fluency-for-GitHub copied to clipboard
Overflow on users with many languages
Need to limit display so that if there is a large number of known languages they do not overflow out the right side of the graph.
needs this addition
.stats-switcher-viewport {
overflow: scroll;
}```