From 5f4b51d292917331fe28d25addb8d0107dc341cc Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Thu, 3 Aug 2017 16:05:06 -0400 Subject: [PATCH] Fix spacing issue of Credential Lookup in Firefox --- awx/ui/client/src/credential-types/credential-types.list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/credential-types/credential-types.list.js b/awx/ui/client/src/credential-types/credential-types.list.js index 0a50c6de75..8bd6981aa9 100644 --- a/awx/ui/client/src/credential-types/credential-types.list.js +++ b/awx/ui/client/src/credential-types/credential-types.list.js @@ -23,7 +23,7 @@ export default ['i18n', function(i18n){ key: true, label: i18n._('Name'), columnClass: 'col-md-3 col-sm-9 col-xs-9', - modalColumnClass: 'col-md-8', + modalColumnClass: 'col-md-11', awToolTip: '{{credential_type.description | sanitize}}', dataPlacement: 'top' },