diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-02-26 11:43:23 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-02-26 11:43:23 -0300 |
commit | c663e73062f54a50581647fe91b89c1b153f7f5f (patch) | |
tree | f36687b576f963192143aacba8bba465f6c17c63 /web-ui/app | |
parent | 21b306e4a66af599781fe4cd5ab16365c9d8b40d (diff) |
Attempting to fix phantomJS functional tests where logo stretches out by setting a limit height to the image
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/scss/styles.scss | 1 |
1 files changed, 1 insertions, 0 deletions
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; } } |