Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #129 from srgong/responsivelayout
Browse files Browse the repository at this point in the history
fix Topology table alignment
  • Loading branch information
shekenahglory committed Jun 8, 2016
2 parents 0553c3f + a06775b commit feb1874
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions src/app/topology/topology.less
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,12 @@
color:#888;
}

.topology-node .ip,
.topology-node .ip {
min-width:125px;
}

.topology-node .version {
min-width:125px;
min-width:150px;
}

.topology-node .pubkey {
Expand All @@ -128,11 +131,12 @@

.topology-node .uptime_formatted {
float:right;
min-width:75px;
}
}

.topology-graph svg {
zoom: .6;
zoom:.6;
}
}

Expand Down Expand Up @@ -175,10 +179,14 @@
.topology-node .ip {
display:none;
}

.topology-node .uptime_formatted {
min-width:75px;
}
}

.topology-graph svg {
zoom: .4;
zoom:.4;
}
}
}

0 comments on commit feb1874

Please sign in to comment.