Browse Source

bug(css): Reset line-height to prevent jumping

Rob Szumski 12 years ago
parent
commit
4774466a75
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mod/dashboard/app/styles/etcd-widgets.css

+ 1 - 0
mod/dashboard/app/styles/etcd-widgets.css

@@ -640,6 +640,7 @@ body {
 		color: #999;
 		padding-left: 3px;
 		font-size: 13px;
+		line-height: 100%;
 	}
 
 	.etcd-container.etcd-stats .etcd-list .etcd-latency-value {