From c03c7f3274cc7636135b3a789ebc63211be12609 Mon Sep 17 00:00:00 2001 From: Colin McLeod Date: Tue, 26 May 2015 00:52:15 -0700 Subject: [PATCH] Minor fix to build select view --- app/less/comparison.less | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/less/comparison.less b/app/less/comparison.less index 67ec2087..7465b644 100755 --- a/app/less/comparison.less +++ b/app/less/comparison.less @@ -78,7 +78,7 @@ #build-select { clear: both; margin: 1em 0 0; - height: 8.5em; + height: 10em; white-space: nowrap; overflow:hidden; diff --git a/package.json b/package.json index cae7ae4a..51dd0fed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coriolis_shipyard", - "version": "0.7.7", + "version": "0.7.8", "repository": { "type": "git", "url": "https://github.com/cmmcleod/coriolis"