Skip to content

Commit

Permalink
Merge pull request #7397 from sg00dwin/inadvertent-scrollbars
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Feb 18, 2016
2 parents 7ff17e9 + 72fee5b commit a95876f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/app/styles/_topology.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kubernetes-topology-graph {
}

.kube-topology {

margin-bottom: -5px; // allow extra height to prevent inadvertent scrollbars with topology view
g.DeploymentConfig text {
font-family: FontAwesome;
fill: #9467bd;
Expand Down
1 change: 1 addition & 0 deletions pkg/assets/bindata.go
Original file line number Diff line number Diff line change
Expand Up @@ -86326,6 +86326,7 @@ body,html{margin:0;padding:0}
.label-tags a.label{display:inline-block;margin-right:3px;margin-top:-5px}
.label-tags a.label:hover{color:#111;background-color:#eee!important}
kubernetes-topology-graph{height:700px}
.kube-topology{margin-bottom:-5px}
.kube-topology g.DeploymentConfig text{font-family:FontAwesome;fill:#9467bd;font-size:21px}
.kube-topology g.ReplicationController text{font-size:23px}
.kube-topology g.Route text{fill:#2ca02c;font-size:22px}
Expand Down

0 comments on commit a95876f

Please sign in to comment.