kubernetes-ui Node Graph Legend is Cut Off #8726
Labels
kind/bug
Categorizes issue or PR as related to a bug.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
sig/api-machinery
Categorizes an issue or PR as relevant to SIG API Machinery.
The http://:8080/static/app/#/dashboard/ display has the legend cut off under for each of the node(minion) graph.
Issue appears to be the css is 10px too small. The following, tested via firebug, appears to correct the layout issue:
svg.legend height has to be increased from 115 to 125.
char_area should correspondingly increase height from 425 to 435 (just to be safe).
The text was updated successfully, but these errors were encountered: