1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

Fix spacing issue of Credential Lookup in Firefox

This commit is contained in:
Marliana Lara 2017-08-03 16:05:06 -04:00
parent 8cc7404207
commit 5f4b51d292

View File

@ -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'
},