From a06775bcacef318771321c14182a0de521701d94 Mon Sep 17 00:00:00 2001 From: Sharon Gong Date: Wed, 8 Jun 2016 16:37:27 -0700 Subject: [PATCH] fix Topology table alignment --- src/app/topology/topology.less | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/app/topology/topology.less b/src/app/topology/topology.less index 9c015a1..c53eb3c 100644 --- a/src/app/topology/topology.less +++ b/src/app/topology/topology.less @@ -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 { @@ -128,11 +131,12 @@ .topology-node .uptime_formatted { float:right; + min-width:75px; } } .topology-graph svg { - zoom: .6; + zoom:.6; } } @@ -175,10 +179,14 @@ .topology-node .ip { display:none; } + + .topology-node .uptime_formatted { + min-width:75px; + } } .topology-graph svg { - zoom: .4; + zoom:.4; } } }