diff --git a/mozilla/webtools/testopia/template/en/default/testopia/case/show.html.tmpl b/mozilla/webtools/testopia/template/en/default/testopia/case/show.html.tmpl index f9c6afa02ae..1b5f79dc88c 100644 --- a/mozilla/webtools/testopia/template/en/default/testopia/case/show.html.tmpl +++ b/mozilla/webtools/testopia/template/en/default/testopia/case/show.html.tmpl @@ -221,7 +221,7 @@ Ext.onReady(function(){ layout:'fit', items:{ title: 'Action', - height: 450, + height: 420, bodyBorder: false, border: false, layout: 'fit', @@ -236,7 +236,7 @@ Ext.onReady(function(){ layout:'fit', items:{ title: 'Expected Results', - height: 450, + height: 420, bodyBorder: false, border: false, layout: 'fit', @@ -259,7 +259,7 @@ Ext.onReady(function(){ layout:'fit', items:{ title: 'Setup', - height: 450, + height: 420, bodyBorder: false, border: false, layout: 'fit', @@ -274,7 +274,7 @@ Ext.onReady(function(){ layout:'fit', items:{ title: 'Breakdown', - height: 450, + height: 420, bodyBorder: false, border: false, layout: 'fit', @@ -453,7 +453,7 @@ Ext.onReady(function(){ title: '[% title FILTER js %]', region: 'north', contentEl: 'case_overview', - height: 245, + height: 250, hideBorders: true },{ xtype: 'tabpanel',