diff --git a/awx/ui/client/src/lookup/lookup.block.less b/awx/ui/client/src/lookup/lookup.block.less index 9f2dea25a9..25c05ef803 100644 --- a/awx/ui/client/src/lookup/lookup.block.less +++ b/awx/ui/client/src/lookup/lookup.block.less @@ -19,4 +19,8 @@ .List-tableCell { color: @default-interface-txt; } + + &.ui-dialog-content { + overflow-x: hidden; + } } diff --git a/awx/ui/client/src/lookup/lookup.factory.js b/awx/ui/client/src/lookup/lookup.factory.js index e52dfb4876..ef4cfafba6 100644 --- a/awx/ui/client/src/lookup/lookup.factory.js +++ b/awx/ui/client/src/lookup/lookup.factory.js @@ -177,6 +177,7 @@ export default ['Rest', 'ProcessErrors', 'generateList', minWidth: 500, title: hdr, id: 'LookupModal-dialog', + resizable: false, onClose: function() { setTimeout(function() { scope.$apply(function() {