From c663e73062f54a50581647fe91b89c1b153f7f5f Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Thu, 26 Feb 2015 11:43:23 -0300 Subject: Attempting to fix phantomJS functional tests where logo stretches out by setting a limit height to the image --- web-ui/app/scss/styles.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'web-ui/app/scss') diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index de0a2fee..e1186cef 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -542,6 +542,7 @@ button { img { padding: 9px 6px 6px 6px; width: 163px; + height: 59px; } } -- cgit v1.2.3